JS: fix compiler crash when optimizing JS AST with empty do..while statement. See KT-15513
This commit is contained in:
Vendored
-3
@@ -1,6 +1,3 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
fun box(): String {
|
||||
OUTER@while (true) {
|
||||
var x = ""
|
||||
|
||||
Reference in New Issue
Block a user