Fixed #2093 AS3 Unnecessary use of fully qualified names for classes in same package

This commit is contained in:
Jindra Petřík
2023-10-04 14:07:31 +02:00
committed by Jindra Petřík
parent e971f6b928
commit b32006a23f
4 changed files with 7 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ public class RecompileTest extends FileTestBase {
try {
try ( FileInputStream fis = new FileInputStream(filePath)) {
Configuration._debugCopy.set(true);
Configuration.autoRenameIdentifiers.set(false);
SWF swf = new SWF(new BufferedInputStream(fis), false);
swf.saveTo(new ByteArrayOutputStream());
}