JVM_IR: Minor. Unmute tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +ReleaseCoroutines
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
inline fun inlineMe(crossinline c: suspend () -> Int): suspend () -> Int {
|
||||
val i: suspend () -> Int = { c() + c() }
|
||||
|
||||
-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