mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package test;
|
||||
|
||||
|
||||
class Hello {
|
||||
public static void xx() {
|
||||
String s = _DefaultPackage.f();
|
||||
String s = TestPackage.f();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user