mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
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