xref: /aosp_15_r20/external/antlr/runtime/JavaScript/tests/functional/t052importS5.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1parser grammar t052importS5;
2options {
3    language=JavaScript;
4}
5tokens { A; B; C; }
6@members {
7    this.capture = function(t) {
8        this.gt052importM5.capture(t);
9    };
10}
11x : A {this.capture("S.x ");} ;
12