@@ -12,3 +12,29 @@ fields/FieldTest.java:
1212# 6| 1: [Annotation] SuppressWarnings
1313# 6| 1: [StringLiteral] "rawtypes"
1414# 6| -1: [TypeAccess] List<>
15+ # 7| 7: [FieldDeclaration] int x, ...;
16+ # 7| -1: [TypeAccess] int
17+ # 7| 0: [IntegerLiteral] 0
18+ # 8| 8: [FieldDeclaration] int y, ...;
19+ # 8| -1: [TypeAccess] int
20+ # 8| 0: [AssignExpr] ...=...
21+ # 8| 0: [VarAccess] x
22+ # 8| 1: [IntegerLiteral] 1
23+ # 9| 9: [BlockStmt] { ... }
24+ # 10| 0: [ExprStmt] <Expr>;
25+ # 10| 0: [AssignExpr] ...=...
26+ # 10| 0: [VarAccess] x
27+ # 10| 1: [IntegerLiteral] 2
28+ # 12| 10: [FieldDeclaration] int z, ...;
29+ # 12| -1: [TypeAccess] int
30+ # 12| 0: [IntegerLiteral] 0
31+ # 13| 11: [FieldDeclaration] int w, ...;
32+ # 13| -1: [TypeAccess] int
33+ # 13| 0: [AssignExpr] ...=...
34+ # 13| 0: [VarAccess] z
35+ # 13| 1: [IntegerLiteral] 1
36+ # 14| 12: [BlockStmt] { ... }
37+ # 15| 0: [ExprStmt] <Expr>;
38+ # 15| 0: [AssignExpr] ...=...
39+ # 15| 0: [VarAccess] z
40+ # 15| 1: [IntegerLiteral] 2
0 commit comments