'Illegal fallthrough' entfernt

This commit is contained in:
luca9913 2023-03-15 18:44:00 +01:00
parent a8012a3ea6
commit d6c22a60bc

View File

@ -858,7 +858,6 @@ public class StatementGenerator {
primidentifier.getStart());
case PrimaryClassrefContext primclassref:
throw new NotImplementedException();
case PrimaryInvocationContext priminvocation:
default:
throw new NotImplementedException();
}