Test data: adjust test data after prohibiting properties with typeparameters not used in receiver
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
// Tests that type variables of properties are written to the getter signature
|
||||
|
||||
val <K, V> test: Map<K, V>
|
||||
get() = java.util.HashMap()
|
||||
val <K, V> Map<K, V>.test: Map<V, K>
|
||||
get() = this as Map<V, K>
|
||||
|
||||
Reference in New Issue
Block a user