Multiple use namespace fix.

This commit is contained in:
Jindra Petřík
2024-08-12 19:51:40 +02:00
parent dc0823b58b
commit 32d9b4544d
@@ -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());