Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package test;
|
||||
|
||||
class staticClassProperty {
|
||||
|
||||
public static void main(String[] args) {
|
||||
@@ -5,4 +7,4 @@ class staticClassProperty {
|
||||
int j = Test.varProp;
|
||||
Test.varProp = 100;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user