FIR: Update diagnostics test data

Green code correctly became red
This commit is contained in:
Denis.Zharkov
2021-04-27 16:23:59 +03:00
committed by teamcityserver
parent 829f80179c
commit b94335dd1c
54 changed files with 101 additions and 129 deletions
@@ -21,7 +21,7 @@ val y4: B<Int> = B<Int>("")
val y5: B<String> = <!NONE_APPLICABLE!>B<!><String>(1)
val y6: B<String> = B<String>("")
val y7: B<String> = B(1)
val y7: B<String> = <!TYPE_MISMATCH, TYPE_MISMATCH!>B(1)<!>
val y8: B<String> = B("")
val y9 = B(1)
@@ -10,7 +10,7 @@ class A {
return 1
}
return
return foo()
return <!TYPE_MISMATCH!>foo()<!>
}
fun foo(): Int = 1