Minor, package "test" in compileJavaAgainstKotlin testData

This commit is contained in:
Alexander Udalov
2014-03-18 19:23:27 +04:00
parent 7b7619d1f3
commit b6b1f2a94a
105 changed files with 243 additions and 43 deletions
@@ -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()