mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 09:48:26 +00:00
Fixed AS3 - direct editation - bit not
This commit is contained in:
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