JS: refactor how last argument to suspend call is substituted
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_REFLECT
|
||||
// TARGET_BACKEND: JVM
|
||||
class Controller {
|
||||
fun withValue(v: String, x: Continuation<String>) {
|
||||
x.resume(v)
|
||||
|
||||
Reference in New Issue
Block a user