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

@@ -1,5 +1,6 @@
package test
public trait JavaBeanAbstractGetter : java.lang.Object {
public abstract fun getBlue() : jet.Int
public abstract fun getRed() : jet.Int
}