Unmute ir-tests after CR support
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
open class C(val f: () -> Unit) {
|
||||
fun test() {
|
||||
f()
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
open class X(var s: ()-> Unit)
|
||||
|
||||
open class C(val f: X) {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
open class C(s: Int) {
|
||||
fun test() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user