tests: remove colors from savs of nitls, nitlight, etc.
[nit.git] / tests / sav / test_parser_args6.res
1 1       var toto: Toto = new Toto.toto(toto+toto)
2 Start  @1,1--42
3 |--AModule  @1,1--41
4 |  `--AMainClassdef  @1,1--41
5 |     `--AMainMethPropdef  @1,1--41
6 |        `--ABlockExpr  @1,1--41
7 |           `--AVardeclExpr  @1,1--41
8 |              |--TKwvar  var @1,1--3
9 |              |--TId  toto @1,5--8
10 |              |--AType  @1,11--14
11 |              |  `--AQclassid  @1,11--14
12 |              |     `--TClassid  Toto @1,11--14
13 |              |--TAssign  = @1,16
14 |              `--ANewExpr  @1,18--41
15 |                 |--TKwnew  new @1,18--20
16 |                 |--AType  @1,22--25
17 |                 |  `--AQclassid  @1,22--25
18 |                 |     `--TClassid  Toto @1,22--25
19 |                 |--AQid  @1,27--30
20 |                 |  `--TId  toto @1,27--30
21 |                 `--AParExprs  @1,31--41
22 |                    |--TOpar  ( @1,31
23 |                    |--APlusExpr  @1,32--40
24 |                    |  |--ACallExpr  @1,32--35
25 |                    |  |  |--AImplicitSelfExpr  @1,32
26 |                    |  |  |--AQid  @1,32--35
27 |                    |  |  |  `--TId  toto @1,32--35
28 |                    |  |  `--AListExprs  @1,35
29 |                    |  |--TPlus  + @1,36
30 |                    |  `--ACallExpr  @1,37--40
31 |                    |     |--AImplicitSelfExpr  @1,37
32 |                    |     |--AQid  @1,37--40
33 |                    |     |  `--TId  toto @1,37--40
34 |                    |     `--AListExprs  @1,40
35 |                    `--TCpar  ) @1,41
36 `--EOF   @1,42