Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package test;
|
||||
|
||||
class GenericProperty {
|
||||
void foo() {
|
||||
java.util.Map<?, ?> o = a.APackage.getTest();
|
||||
java.util.Map<?, ?> o = TestPackage.getTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user