FIR: Report ARGUMENT_TYPE_MISMATCH instead of TYPE_MISMATCH for arguments
This commit is contained in:
committed by
teamcityserver
parent
db500fab94
commit
a801eccf66
+1
-1
@@ -11,7 +11,7 @@ fun test() {
|
||||
select3(
|
||||
{ a: A, b: A -> Unit },
|
||||
{ b, a -> Unit },
|
||||
<!TYPE_MISMATCH!>{ <!UNRESOLVED_REFERENCE!>it<!>; Unit }<!>
|
||||
<!ARGUMENT_TYPE_MISMATCH!>{ <!UNRESOLVED_REFERENCE!>it<!>; Unit }<!>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user