xref: /aosp_15_r20/external/antlr/runtime/JavaScript/tests/functional/t052importS7.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1lexer grammar t052importS7;
2options {
3    language=JavaScript;
4}
5@members {
6    this.capture = function(t) {
7        this.gt052importM7.capture(t);
8    };
9}
10A : 'a' {this.capture("S.A ");} ;
11C : 'c' ;
12