Organized compiledJava test data.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user