Minor. Update tests on coroutines

This commit is contained in:
Denis Zharkov
2016-12-16 13:15:54 +03:00
parent 004ff86bec
commit 01ff975cc0
2 changed files with 3 additions and 1 deletions
@@ -1,3 +1,4 @@
// WITH_RUNTIME
import kotlin.coroutines.*
class Controller {
suspend fun suspendHere() = CoroutineIntrinsics.suspendCoroutineOrReturn<String> { x ->