[JS IR] Use label for continue loop in tailrec

^KT-46218 fixed
This commit is contained in:
Ilya Goncharov
2021-10-06 18:31:01 +03:00
committed by Space
parent eb901e4f32
commit a0fb60f201
2 changed files with 17 additions and 8 deletions
@@ -1,5 +1,5 @@
// KT-14961
// IGNORE_BACKEND: JVM, JS_IR
// IGNORE_BACKEND: JVM
// WITH_RUNTIME
fun listOfFactor(number: Int): List<Int> {