mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 13:58:44 +00:00
Added #2094 AS3 Missing use namespace
This commit is contained in:
@@ -397,6 +397,9 @@ public class ActionScript3ClassTest extends ActionScript3DecompileTestBase {
|
||||
+ " import tests_other.myInternal;\n"
|
||||
+ " import tests_other.myInternal2;\n"
|
||||
+ " \n"
|
||||
+ " use namespace myInternal;\n"
|
||||
+ " use namespace myInternal2;\n"
|
||||
+ " \n"
|
||||
+ " public class TestModifiers\n"
|
||||
+ " {\n"
|
||||
+ " \n"
|
||||
|
||||
Reference in New Issue
Block a user