@@ -7,6 +7,18 @@ 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+ # 162| 3: [Method] fn2
14+ # 162| 3: [TypeAccess] Object
15+ # 162| 5: [BlockStmt] { ... }
16+ # 162| 0: [ReturnStmt] return ...
17+ # 162| 0: [StmtExpr] <Stmt>
18+ # 162| 0: [BlockStmt] { ... }
19+ # 162| 1: [ExprStmt] <Expr>;
20+ # 162| 0: [ClassInstanceExpr] new (...)
21+ # 162| -3: [TypeAccess] Object
1022# 2| 2: [Class] ClassOne
1123# 2| 1: [Constructor] ClassOne
1224# 2| 5: [BlockStmt] { ... }
@@ -558,6 +570,16 @@ classes.kt:
558570# 153| 0: [ClassInstanceExpr] new Cl01(...)
559571# 153| -3: [TypeAccess] Cl01
560572# 153| 0: [TypeAccess] U1
573+ # 159| 27: [Class] X
574+ # 159| 1: [Constructor] X
575+ # 159| 5: [BlockStmt] { ... }
576+ # 159| 0: [SuperConstructorInvocationStmt] super(...)
577+ # 159| 1: [BlockStmt] { ... }
578+ # 162| 28: [Class]
579+ # 162| 1: [Constructor]
580+ # 162| 5: [BlockStmt] { ... }
581+ # 162| 0: [SuperConstructorInvocationStmt] super(...)
582+ # 162| 1: [BlockStmt] { ... }
561583generic_anonymous.kt:
562584# 0| [CompilationUnit] generic_anonymous
563585# 0| 1: [Class] Generic_anonymousKt
0 commit comments