[TD] Update testdata according to previous commit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// WITH_COROUTINES
|
||||
// WITH_RUNTIME
|
||||
// !LANGUAGE: +ReleaseCoroutines
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// FILE: test.kt
|
||||
@@ -5,8 +7,6 @@
|
||||
inline suspend fun foo(x: suspend () -> String) = x()
|
||||
|
||||
// FILE: box.kt
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
|
||||
import helpers.ContinuationAdapter
|
||||
import kotlin.coroutines.*
|
||||
|
||||
Reference in New Issue
Block a user