mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-11 19:30:47 +00:00
Fixed AS3 - direct editation - bit not
This commit is contained in:
@@ -77,6 +77,7 @@ package
|
||||
TestMultipleCondition;
|
||||
TestNamedAnonFunctions;
|
||||
TestNames;
|
||||
TestNegate;
|
||||
TestNumberCall;
|
||||
TestOptionalParameters;
|
||||
TestParamNames;
|
||||
|
||||
12
libsrc/ffdec_lib/testdata/as3_new/src/tests/TestNegate.as
vendored
Normal file
12
libsrc/ffdec_lib/testdata/as3_new/src/tests/TestNegate.as
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package tests
|
||||
{
|
||||
|
||||
public class TestNegate
|
||||
{
|
||||
public function run():void
|
||||
{
|
||||
var a:int = 5;
|
||||
var b:int = ~a;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user