[NI-MIGRATE] Update diagnostic messages

This commit is contained in:
Mikhail Zarechenskiy
2020-02-10 01:17:03 +03:00
parent cd0012c527
commit 319a38bd5c
38 changed files with 123 additions and 52 deletions
@@ -1,3 +1,5 @@
// !WITH_NEW_INFERENCE
// FILE: J.java
import kotlin.jvm.functions.Function1;
@@ -1,3 +1,5 @@
// !WITH_NEW_INFERENCE
// FILE: J.java
import kotlin.jvm.functions.Function1;
@@ -12,5 +14,5 @@ fun useJ(j: J) {
}
fun jj() {
useJ(<!TYPE_MISMATCH!>{}<!>)
useJ(<!TYPE_MISMATCH!>{<!NI;TYPE_MISMATCH!><!>}<!>)
}