@@ -7,6 +7,30 @@ classes.kt:
77# 32| 0: [Parameter] s
88# 32| 0: [TypeAccess] String
99# 32| 5: [BlockStmt] { ... }
10+ # 158| 2: [Method] fn1
11+ # 158| 3: [TypeAccess] Unit
12+ # 158| 5: [BlockStmt] { ... }
13+ # 159| 0: [LocalTypeDeclStmt] class ...
14+ # 159| 0: [LocalClass] X
15+ # 159| 1: [Constructor] X
16+ # 159| 5: [BlockStmt] { ... }
17+ # 159| 0: [SuperConstructorInvocationStmt] super(...)
18+ # 159| 1: [BlockStmt] { ... }
19+ # 162| 3: [Method] fn2
20+ # 162| 3: [TypeAccess] Object
21+ # 162| 5: [BlockStmt] { ... }
22+ # 162| 0: [ReturnStmt] return ...
23+ # 162| 0: [StmtExpr] <Stmt>
24+ # 162| 0: [BlockStmt] { ... }
25+ # 162| 0: [LocalTypeDeclStmt] class ...
26+ # 162| 0: [AnonymousClass,LocalClass] new Object(...) { ... }
27+ # 162| 1: [Constructor]
28+ # 162| 5: [BlockStmt] { ... }
29+ # 162| 0: [SuperConstructorInvocationStmt] super(...)
30+ # 162| 1: [BlockStmt] { ... }
31+ # 162| 1: [ExprStmt] <Expr>;
32+ # 162| 0: [ClassInstanceExpr] new (...)
33+ # 162| -3: [TypeAccess] Object
1034# 2| 2: [Class] ClassOne
1135# 2| 1: [Constructor] ClassOne
1236# 2| 5: [BlockStmt] { ... }
0 commit comments