forked from jasder/antlr
had non-ascii char
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9812]
This commit is contained in:
parent
963ccd2700
commit
cab41e41e3
|
@ -177,7 +177,7 @@ import java.util.*;
|
||||||
|
|
||||||
Or, you might see something like
|
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
|
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
|
outer context. In the first case ctorBody in the worst case will stop
|
||||||
|
|
Loading…
Reference in New Issue