FIR: Fix diagnostics test data after safe-call refactoring

^KT-38444 In Progress
This commit is contained in:
Denis Zharkov
2020-06-01 16:06:12 +03:00
parent 723b275d99
commit 55a4c40970
8 changed files with 16 additions and 16 deletions
@@ -6,7 +6,7 @@ public class Test {
// FILE: test.kt
fun ff() {
val a = Test.FOO
val b = Test?.FOO
val b = Test?.<!UNRESOLVED_REFERENCE!>FOO<!>
System.out.println(a + b)
System?.out.println(a + b)
}
System?.<!UNRESOLVED_REFERENCE!>out<!>.<!UNRESOLVED_REFERENCE!>println<!>(a + b)
}