Fix testdata
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
fun test(m: Map<String, Int>, mm: MutableMap<Int, String>) {
|
fun test(m: Map<String, Int>, mm: MutableMap<Int, String>) {
|
||||||
m.<!UNRESOLVED_REFERENCE!>getOrDefault<!>("2", 1)
|
m.<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>getOrDefault<!>("2", 1)
|
||||||
mm.<!UNRESOLVED_REFERENCE!>getOrDefault<!>(1, "2")
|
mm.<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>getOrDefault<!>(1, "2")
|
||||||
mm.remove(1, <!TOO_MANY_ARGUMENTS!>"2"<!>)
|
mm.remove(1, <!TOO_MANY_ARGUMENTS!>"2"<!>)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user