FIR: Unmute passing blackbox tests
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
interface I<T> {
|
||||
val prop: T
|
||||
|
||||
@@ -37,4 +35,4 @@ fun box(): String {
|
||||
if (result != "qwe") return "fail3: $result"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
interface I<T> {
|
||||
val prop: T
|
||||
|
||||
@@ -39,4 +37,4 @@ fun box(): String {
|
||||
if (result != "qwe") return "fail3: $result"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
interface I<T> {
|
||||
val prop: T
|
||||
|
||||
@@ -45,4 +43,4 @@ fun box(): String {
|
||||
if (result != "qwe") return "fail3: $result"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user