[FIR] Fix tests (ARGUMENT_TYPE_MISMATCH instead of INCOMPATIBLE_CANDIDATE)
This commit is contained in:
committed by
TeamCityServer
parent
4ffab5fe5a
commit
ad9b962536
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// KT-45010
|
||||
fun foo(map: MutableMap<Int, String>) {
|
||||
map.<!INAPPLICABLE_CANDIDATE!>getOrPut<!>("Not an Int") {
|
||||
map.getOrPut(<!ARGUMENT_TYPE_MISMATCH!>"Not an Int"<!>) {
|
||||
"Hello" + " world"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user