had non-ascii char

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9812]
This commit is contained in:
parrt 2012-01-04 09:05:31 -08:00
parent 963ccd2700
commit cab41e41e3
1 changed files with 1 additions and 1 deletions

View File

@ -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