mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 03:15:11 +00:00
Fixed: #1101 AS3 direct editation - handling imported vars
This commit is contained in:
5
libsrc/ffdec_lib/testdata/as3_new/src/tests_classes/myvar.as
vendored
Normal file
5
libsrc/ffdec_lib/testdata/as3_new/src/tests_classes/myvar.as
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package tests_classes
|
||||
{
|
||||
public var myvar:int = 10;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user