mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 15:45:30 +00:00
Precontinue detector handles do..while properly.
This commit is contained in:
@@ -954,18 +954,15 @@ public class ActionScript2Test extends ActionScript2TestBase {
|
||||
+ "if(_loc1_ == \"b\")\r\n"
|
||||
+ "{\r\n"
|
||||
+ "trace(\"hi\");\r\n"
|
||||
+ "break;\r\n"
|
||||
+ "}\r\n"
|
||||
+ "else if(_loc1_ == \"c\")\r\n"
|
||||
+ "if(_loc1_ == \"c\")\r\n"
|
||||
+ "{\r\n"
|
||||
+ "trace(\"hello\");\r\n"
|
||||
+ "}\r\n"
|
||||
+ "else\r\n"
|
||||
+ "{\r\n"
|
||||
+ "trace(\"hohoho\");\r\n"
|
||||
+ "continue;\r\n"
|
||||
+ "}\r\n"
|
||||
+ "break;\r\n"
|
||||
+ "}\r\n"
|
||||
+ "trace(\"hohoho\");\r\n"
|
||||
+ "}\r\n"
|
||||
+ "trace(\"after\");\r\n"
|
||||
+ "}\r\n"
|
||||
+ "function testFunc5()\r\n"
|
||||
|
||||
Reference in New Issue
Block a user