mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-11 06:58:30 +00:00
Fixed: AS3 getslot/setslot, getglobalscope instruction
This commit is contained in:
@@ -23,14 +23,16 @@ package tests
|
||||
{
|
||||
trace("in catch1");
|
||||
while (true){
|
||||
trace("xx");
|
||||
if (a > 5){
|
||||
break;
|
||||
}
|
||||
trace("yy");
|
||||
}
|
||||
trace("in catch1c");
|
||||
}
|
||||
}
|
||||
trace("after");
|
||||
//trace("after");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user