Skip to content

Commit b97f440

Browse files
committed
K2: library-tests/exprs_typeaccess: Accept changes
1 parent 11a664d commit b97f440

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

java/ql/test-kotlin2/library-tests/exprs_typeaccess/PrintAst.expected

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,26 @@ A.kt:
7474
# 20| 0: [VarAccess] B.x
7575
# 20| -1: [TypeAccess] B
7676
# 23| 11: [Class] Enu
77-
# 0| 2: [Method] getEntries
78-
# 0| 3: [TypeAccess] EnumEntries<Enu>
79-
# 0| 0: [TypeAccess] Enu
80-
# 0| 3: [Method] valueOf
81-
# 0| 3: [TypeAccess] Enu
82-
#-----| 4: (Parameters)
83-
# 0| 0: [Parameter] value
84-
# 0| 0: [TypeAccess] String
85-
# 0| 4: [Method] values
86-
# 0| 3: [TypeAccess] Enu[]
87-
# 0| 0: [TypeAccess] Enu
88-
# 23| 5: [Constructor] Enu
77+
# 23| 2: [Constructor] Enu
8978
# 23| 5: [BlockStmt] { ... }
9079
# 23| 0: [ExprStmt] <Expr>;
91-
# 23| 0: [ClassInstanceExpr] new Enum(...)
80+
# 23| 0: [ClassInstanceExpr] new Enum<Enu>(...)
9281
# 23| -3: [TypeAccess] Enum<Enu>
9382
# 23| 0: [TypeAccess] Enu
9483
# 23| 0: [NullLiteral] null
9584
# 23| 1: [IntegerLiteral] 0
9685
# 23| 1: [BlockStmt] { ... }
86+
# 23| 3: [Method] getEntries
87+
# 23| 3: [TypeAccess] EnumEntries<Enu>
88+
# 23| 0: [TypeAccess] Enu
89+
# 23| 4: [Method] valueOf
90+
# 23| 3: [TypeAccess] Enu
91+
#-----| 4: (Parameters)
92+
# 23| 0: [Parameter] value
93+
# 23| 0: [TypeAccess] String
94+
# 23| 5: [Method] values
95+
# 23| 3: [TypeAccess] Enu[]
96+
# 23| 0: [TypeAccess] Enu
9797
# 24| 6: [FieldDeclaration] Enu A;
9898
# 24| -1: [TypeAccess] Enu
9999
# 24| 0: [ClassInstanceExpr] new Enu(...)

0 commit comments

Comments
 (0)