JVM_IR: Minor. Unmute tests
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// WITH_COROUTINES
|
||||
|
||||
import helpers.*
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
class Handler(val func: suspend (Any) -> Unit)
|
||||
|
||||
inline fun createHandler(crossinline handler: suspend (Any) -> Unit): Handler {
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun <T> builder(c: suspend () -> T): T = TODO()
|
||||
|
||||
class Test {
|
||||
|
||||
Reference in New Issue
Block a user