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