Multiple use namespace fix.

This commit is contained in:
Jindra Petřík
2024-08-11 12:45:15 +02:00
parent dc0823b58b
commit 32d9b4544d

View File

@@ -2665,6 +2665,7 @@ public class ActionScript3Parser {
fullName = fullName.add(s.value.toString(), "");
s = lex();
}
lexer.pushback(s);
} else {
if (!abc.hasDecimalSupport()) {
throw new AVM2ParseException("Invalid use kind", lexer.yyline());