JS: fix translation of for statement when either next or hasNext method translates to multiple statements. Fix KT-15367
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// TARGET_BACKEND: JVM
|
||||
import kotlin.coroutines.*
|
||||
|
||||
interface AsyncGenerator<in T> {
|
||||
|
||||
Reference in New Issue
Block a user