Updated test data.

This commit is contained in:
Evgeny Gerashchenko
2013-03-12 19:20:37 +04:00
parent 2718f7698c
commit f43631377b
4 changed files with 6 additions and 0 deletions

View File

@@ -3,4 +3,6 @@ package test
public trait JavaBeanAbstractGetter : java.lang.Object {
//final val red: Int
public abstract fun getRed(): Int
//final val blue: Int
public abstract fun getBlue(): Int
}