Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package test;
|
||||
|
||||
class JavaClass {
|
||||
public static void main(String[] args) {
|
||||
Test test = new Test();
|
||||
test.foo();
|
||||
test.getBar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user