Fix compiler tests
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
interface Map<K, out V>
|
||||
interface MutableMap<K, V>: Map<K, V> {
|
||||
fun set(k: K, v: V)
|
||||
operator fun set(k: K, v: V)
|
||||
}
|
||||
|
||||
fun p(p: Map<String, Int>) {
|
||||
|
||||
Reference in New Issue
Block a user