JS: fix compiler crash when optimizing JS AST with empty do..while statement. See KT-15513
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
function box() {
|
||||
do {
|
||||
} while (false);
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user