StackOverflow fix switchexpression

This commit is contained in:
luca9913 2023-06-03 17:54:37 +02:00
parent b409175a25
commit eb5cf1ab33

View File

@ -324,7 +324,7 @@ public class StatementGenerator {
throw new NotImplementedException();
}
private Expression convert(Java17Parser.SwitchExpressionContext switchexpression) {
private Statement convert(Java17Parser.SwitchexpressionstmtContext switchexpression) {
// TODO
throw new NotImplementedException();
}