Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -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