Added #2094 AS3 Missing use namespace

This commit is contained in:
Jindra Petřík
2023-10-06 09:31:10 +02:00
parent 1088118f18
commit 4d23246ce0
11 changed files with 52 additions and 38 deletions

View File

@@ -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"