forked from JavaTX/JavaCompilerCore
Merge branch 'patternMatching' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into patternMatching
This commit is contained in:
commit
af28e033a2
@ -858,7 +858,6 @@ public class StatementGenerator {
|
|||||||
primidentifier.getStart());
|
primidentifier.getStart());
|
||||||
case PrimaryClassrefContext primclassref:
|
case PrimaryClassrefContext primclassref:
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
case PrimaryInvocationContext priminvocation:
|
|
||||||
default:
|
default:
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user