[FIR-TEST] Update some testdata

This commit is contained in:
Dmitriy Novozhilov
2020-02-07 12:51:44 +03:00
parent 4b6c2f7a65
commit 5ceb68f19f
16 changed files with 52 additions and 51 deletions
@@ -1,5 +1,5 @@
fun foo1() = <!INFERENCE_ERROR, INFERENCE_ERROR, INFERENCE_ERROR!>while (b()) {}<!>
fun foo1() = while (b()) {}
fun foo2() = <!UNRESOLVED_REFERENCE, UNRESOLVED_REFERENCE, UNRESOLVED_REFERENCE!>for (i in 10) {}<!>