@@ -3344,15 +3344,18 @@ exprs.kt:
33443344# 154| 0: [SuperConstructorInvocationStmt] super(...)
33453345# 154| 1: [BlockStmt] { ... }
33463346# 174| 6: [Class] Direction
3347- # 0| 2: [Method] valueOf
3347+ # 0| 2: [Method] getEntries
3348+ # 0| 3: [TypeAccess] EnumEntries<Direction>
3349+ # 0| 0: [TypeAccess] Direction
3350+ # 0| 3: [Method] valueOf
33483351# 0| 3: [TypeAccess] Direction
33493352#-----| 4: (Parameters)
33503353# 0| 0: [Parameter] value
33513354# 0| 0: [TypeAccess] String
3352- # 0| 3 : [Method] values
3355+ # 0| 4 : [Method] values
33533356# 0| 3: [TypeAccess] Direction[]
33543357# 0| 0: [TypeAccess] Direction
3355- # 174| 4 : [Constructor] Direction
3358+ # 174| 5 : [Constructor] Direction
33563359# 174| 5: [BlockStmt] { ... }
33573360# 174| 0: [ExprStmt] <Expr>;
33583361# 174| 0: [ClassInstanceExpr] new Enum(...)
@@ -3361,32 +3364,35 @@ exprs.kt:
33613364# 174| 0: [NullLiteral] null
33623365# 174| 1: [IntegerLiteral] 0
33633366# 174| 1: [BlockStmt] { ... }
3364- # 175| 5 : [FieldDeclaration] Direction NORTH;
3367+ # 175| 6 : [FieldDeclaration] Direction NORTH;
33653368# 175| -1: [TypeAccess] Direction
33663369# 175| 0: [ClassInstanceExpr] new Direction(...)
33673370# 175| -3: [TypeAccess] Direction
3368- # 175| 6 : [FieldDeclaration] Direction SOUTH;
3371+ # 175| 7 : [FieldDeclaration] Direction SOUTH;
33693372# 175| -1: [TypeAccess] Direction
33703373# 175| 0: [ClassInstanceExpr] new Direction(...)
33713374# 175| -3: [TypeAccess] Direction
3372- # 175| 7 : [FieldDeclaration] Direction WEST;
3375+ # 175| 8 : [FieldDeclaration] Direction WEST;
33733376# 175| -1: [TypeAccess] Direction
33743377# 175| 0: [ClassInstanceExpr] new Direction(...)
33753378# 175| -3: [TypeAccess] Direction
3376- # 175| 8 : [FieldDeclaration] Direction EAST;
3379+ # 175| 9 : [FieldDeclaration] Direction EAST;
33773380# 175| -1: [TypeAccess] Direction
33783381# 175| 0: [ClassInstanceExpr] new Direction(...)
33793382# 175| -3: [TypeAccess] Direction
33803383# 178| 7: [Class] Color
3381- # 0| 2: [Method] valueOf
3384+ # 0| 2: [Method] getEntries
3385+ # 0| 3: [TypeAccess] EnumEntries<Color>
3386+ # 0| 0: [TypeAccess] Color
3387+ # 0| 3: [Method] valueOf
33823388# 0| 3: [TypeAccess] Color
33833389#-----| 4: (Parameters)
33843390# 0| 0: [Parameter] value
33853391# 0| 0: [TypeAccess] String
3386- # 0| 3 : [Method] values
3392+ # 0| 4 : [Method] values
33873393# 0| 3: [TypeAccess] Color[]
33883394# 0| 0: [TypeAccess] Color
3389- # 178| 4 : [Constructor] Color
3395+ # 178| 5 : [Constructor] Color
33903396#-----| 4: (Parameters)
33913397# 178| 0: [Parameter] rgb
33923398# 178| 0: [TypeAccess] int
@@ -3401,26 +3407,26 @@ exprs.kt:
34013407# 178| 0: [ExprStmt] <Expr>;
34023408# 178| 0: [KtInitializerAssignExpr] ...=...
34033409# 178| 0: [VarAccess] rgb
3404- # 178| 5 : [Method] getRgb
3410+ # 178| 6 : [Method] getRgb
34053411# 178| 3: [TypeAccess] int
34063412# 178| 5: [BlockStmt] { ... }
34073413# 178| 0: [ReturnStmt] return ...
34083414# 178| 0: [VarAccess] this.rgb
34093415# 178| -1: [ThisAccess] this
3410- # 178| 6 : [FieldDeclaration] int rgb;
3416+ # 178| 7 : [FieldDeclaration] int rgb;
34113417# 178| -1: [TypeAccess] int
34123418# 178| 0: [VarAccess] rgb
3413- # 179| 7 : [FieldDeclaration] Color RED;
3419+ # 179| 8 : [FieldDeclaration] Color RED;
34143420# 179| -1: [TypeAccess] Color
34153421# 179| 0: [ClassInstanceExpr] new Color(...)
34163422# 179| -3: [TypeAccess] Color
34173423# 179| 0: [IntegerLiteral] 16711680
3418- # 180| 8 : [FieldDeclaration] Color GREEN;
3424+ # 180| 9 : [FieldDeclaration] Color GREEN;
34193425# 180| -1: [TypeAccess] Color
34203426# 180| 0: [ClassInstanceExpr] new Color(...)
34213427# 180| -3: [TypeAccess] Color
34223428# 180| 0: [IntegerLiteral] 65280
3423- # 181| 9 : [FieldDeclaration] Color BLUE;
3429+ # 181| 10 : [FieldDeclaration] Color BLUE;
34243430# 181| -1: [TypeAccess] Color
34253431# 181| 0: [ClassInstanceExpr] new Color(...)
34263432# 181| -3: [TypeAccess] Color
0 commit comments