diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/v2ParserATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/v2ParserATNSimulator.java index 1d8edf2b4..429c191cc 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/v2ParserATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/v2ParserATNSimulator.java @@ -177,7 +177,7 @@ import java.util.*; Or, you might see something like - stat : superCall ';' | expression ';' | … ; + stat : superCall ';' | expression ';' | ... ; In both cases I believe that no closure operations will dip into the outer context. In the first case ctorBody in the worst case will stop