[TD] Update testdata according to previous commit
This commit is contained in:
+1
-1
@@ -28,4 +28,4 @@ fun box(): String {
|
||||
res = if (isSuspend(::callMe)) callSuspend(::callMe) else "!isSuspend"
|
||||
}
|
||||
return res
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -31,4 +31,4 @@ fun box(): String {
|
||||
res = if (adapted.isSuspend()) adapted.callSuspend() else "!isSuspend"
|
||||
}
|
||||
return res
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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