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