Suspend Functions
2 tests muted due to duplicate variables found by the validator If memory serves: - there is a `suspend inline fun` and a callable reference to it - the suspend function doesn't remove the original function in this case anymore - the duplicate `var`'s are inside the function body and the callable reference state machine body
This commit is contained in:
committed by
Anton Bannykh
parent
94d2a79d2e
commit
4c4b0ef013
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// WITH_COROUTINES
|
||||
// WITH_RUNTIME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user