mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:30:47 +00:00
renamed new as3 test swfs to have as3 prefix and unique SWF name
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package tests
|
||||
{
|
||||
|
||||
public class TestDecl2
|
||||
{
|
||||
public function run():*
|
||||
{
|
||||
var k:int = 0;
|
||||
var i:int = 5;
|
||||
i = i + 7;
|
||||
if (i == 5)
|
||||
{
|
||||
if (i < 8)
|
||||
{
|
||||
k = 6;
|
||||
}
|
||||
}
|
||||
k = 7;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user