FIR: minor test data fixes

This commit is contained in:
Mikhail Glukhikh
2021-02-19 15:21:53 +03:00
parent 7fdc1c7b21
commit 7c080395f2
3 changed files with 3 additions and 3 deletions
@@ -9,5 +9,5 @@ class C {
fun foo() = 13
}
val w = z.<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>foo<!>()<!> // ERROR!
val w = z.<!UNRESOLVED_REFERENCE!>foo<!>() // ERROR!
}