mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 14:45:33 +00:00
Fixed: #2459 AS1/2 StoreRegister improper declaration position
This commit is contained in:
@@ -103,10 +103,11 @@ public class ActionDefineFunctionPushRegisterCleanerTest extends ActionScript2Te
|
||||
+ "function testReturns()\r\n"
|
||||
+ "{\r\n"
|
||||
+ "var _loc2_ = 10;\r\n"
|
||||
+ "var _loc1_;\r\n"
|
||||
+ "if(_loc2_ > 2)\r\n"
|
||||
+ "{\r\n"
|
||||
+ "_loc2_ = _loc2_ + 1;\r\n"
|
||||
+ "var _loc1_ = 0;\r\n"
|
||||
+ "_loc1_ = 0;\r\n"
|
||||
+ "while(_loc1_ < 100)\r\n"
|
||||
+ "{\r\n"
|
||||
+ "if(_loc2_ + _loc1_ == 27)\r\n"
|
||||
|
||||
Reference in New Issue
Block a user