mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package test;
|
||||
|
||||
class GenericArray {
|
||||
public static void ggff() {
|
||||
String[] s = _DefaultPackage.ffgg(new String[0]);
|
||||
String[] s = TestPackage.ffgg(new String[0]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user