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() }
|
||||
|
||||
Reference in New Issue
Block a user