[FIR TEST] Replace OTHER_ERROR with UNRESOLVED_REFERENCE in test data

This commit is contained in:
Mikhail Glukhikh
2020-07-31 20:07:11 +03:00
parent c55cdf1935
commit 6eab6f2f87
7 changed files with 9 additions and 9 deletions
@@ -1,6 +1,6 @@
// FILE: K1.kt
class K2: J1() {
class Q : <!OTHER_ERROR!>Nested<!>()
class Q : <!UNRESOLVED_REFERENCE!>Nested<!>()
fun bar() {
<!UNRESOLVED_REFERENCE!>foo<!>()
<!UNRESOLVED_REFERENCE!>baz<!>()