FIR: Unmute passing blackbox tests
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
class MyObject private constructor(val delegate: Interface) : Interface by delegate {
|
||||
constructor() : this(Delegate())
|
||||
}
|
||||
@@ -15,4 +14,4 @@ private interface Interface {
|
||||
|
||||
fun box(): String {
|
||||
return MyObject().greet()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user