Support new suspend convention in JVM backend partially
Stack-unwinding does not work yet #KT-14924 In Progress
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class Controller {
|
||||
suspend fun suspendHere(x: Continuation<String>) {
|
||||
}
|
||||
suspend fun suspendHere() = ""
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user