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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Tests that type variables of properties are written to the getter signature
|
||||
package test
|
||||
|
||||
package a
|
||||
// Tests that type variables of properties are written to the getter signature
|
||||
|
||||
val <K, V> test: Map<K, V>
|
||||
get() = java.util.HashMap()
|
||||
|
||||
Reference in New Issue
Block a user