Organized compiledJava test data.

This commit is contained in:
Evgeny Gerashchenko
2013-03-07 13:31:32 +04:00
parent fd2d5975e4
commit 6c59eedc48
10 changed files with 49 additions and 41 deletions
@@ -0,0 +1,5 @@
package test;
public class StaticFinal {
public static final String foo = "aaa";
}
@@ -0,0 +1,9 @@
package test
public open class StaticFinal : java.lang.Object {
public constructor StaticFinal()
}
package StaticFinal {
public val foo : jet.String
}