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
@@ -18,5 +18,5 @@ fun test(a: A<Runnable>, b: B, c: C<Runnable>) {
|
||||
b.f { }
|
||||
c.f { }
|
||||
C<Runnable>().f { }
|
||||
C.g<Runnable> <!TYPE_MISMATCH!>{ }<!>
|
||||
C.g<Runnable> <!ARGUMENT_TYPE_MISMATCH!>{ }<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user