[FIR] Update testdata after introducing FirResolvedErrorReference
This commit is contained in:
committed by
Space Team
parent
dde64c10ea
commit
b174bb8844
@@ -1,6 +1,5 @@
|
||||
// IGNORE_ERRORS
|
||||
// ERROR_POLICY: SYNTAX
|
||||
// IGNORE_BACKEND_K2: JS_IR
|
||||
|
||||
// MODULE: lib
|
||||
// FILE: t.kt
|
||||
@@ -34,4 +33,4 @@ fun box(): String {
|
||||
} catch (e: IllegalStateException) {
|
||||
return if (storage == "abc") "OK" else "FAIL ABC"
|
||||
return "FAIL"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user