Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package test;
|
||||
|
||||
class JavaClass {
|
||||
public static void main(String[] args) {
|
||||
_DefaultPackage.foo$default(1, 0);
|
||||
TestPackage.foo$default(1, 0);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user