Merge branch 'patternMatching' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into patternMatching

This commit is contained in:
Andreas Stadelmeier 2023-03-15 18:49:34 +01:00
commit af28e033a2

View File

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