[FIR TEST] Replace OTHER_ERROR with UNRESOLVED_REFERENCE in test data
This commit is contained in:
Vendored
+1
-1
@@ -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<!>()
|
||||
|
||||
Reference in New Issue
Block a user