forked from JavaTX/JavaCompilerCore
StackOverflow fix switchexpression
This commit is contained in:
parent
b409175a25
commit
eb5cf1ab33
@ -324,7 +324,7 @@ public class StatementGenerator {
|
|||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
private Expression convert(Java17Parser.SwitchExpressionContext switchexpression) {
|
private Statement convert(Java17Parser.SwitchexpressionstmtContext switchexpression) {
|
||||||
// TODO
|
// TODO
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user