[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
@@ -23,7 +23,7 @@ fun foo(k: KotlinClass) {
|
||||
|
||||
k.setSomething4("")
|
||||
k.something4 += ""
|
||||
k.<!INAPPLICABLE_CANDIDATE!>setSomething4<!>(null)
|
||||
k.setSomething4(<!ARGUMENT_TYPE_MISMATCH!>null<!>)
|
||||
k.something4 = null
|
||||
|
||||
useString(k.getSomething5())
|
||||
|
||||
Reference in New Issue
Block a user