Kotlin: Accept test changes

This commit is contained in:
Ian Lynagh
2021-11-30 00:23:19 +00:00
parent 0b3754c932
commit 4c8a87bfb1
4 changed files with 7 additions and 6 deletions

View File

@@ -100,10 +100,10 @@
| Test.kt:40:4:40:6 | <Expr>; | ExprStmt | Test.kt:40:4:40:6 | <Stmt> | StmtExpr |
| Test.kt:40:4:40:6 | <Expr>; | ExprStmt | Test.kt:40:4:40:6 | tmp0 | VarAccess |
| Test.kt:40:4:40:6 | <Stmt> | StmtExpr | Test.kt:40:4:40:6 | { ... } | BlockStmt |
| Test.kt:40:4:40:6 | Unit | TypeAccess | file://:0:0:0:0 | <none> | <none> |
| Test.kt:40:4:40:6 | dec(...) | MethodAccess | Test.kt:40:4:40:4 | ...=... | AssignExpr |
| Test.kt:40:4:40:6 | tmp0 | VarAccess | Test.kt:40:4:40:6 | (...)... | CastExpr |
| Test.kt:40:4:40:6 | tmp0 | VarAccess | Test.kt:40:4:40:6 | dec(...) | MethodAccess |
| Test.kt:40:4:40:6 | void | TypeAccess | file://:0:0:0:0 | <none> | <none> |
| Test.kt:40:4:40:6 | { ... } | BlockStmt | file://:0:0:0:0 | var ...; | LocalVariableDeclStmt |
| Test.kt:43:3:43:3 | ...=... | AssignExpr | Test.kt:73:3:73:3 | <Expr>; | ExprStmt |
| Test.kt:43:3:43:3 | <Expr>; | ExprStmt | Test.kt:43:7:43:8 | 30 | IntegerLiteral |

View File

@@ -439,10 +439,10 @@
| exprs.kt:135:9:135:16 | variable | exprs.kt:4:1:139:1 | topLevelMethod | VarAccess |
| exprs.kt:135:9:135:18 | (...)... | exprs.kt:4:1:139:1 | topLevelMethod | CastExpr |
| exprs.kt:135:9:135:18 | <Stmt> | exprs.kt:4:1:139:1 | topLevelMethod | StmtExpr |
| exprs.kt:135:9:135:18 | Unit | exprs.kt:4:1:139:1 | topLevelMethod | TypeAccess |
| exprs.kt:135:9:135:18 | dec(...) | exprs.kt:4:1:139:1 | topLevelMethod | MethodAccess |
| exprs.kt:135:9:135:18 | tmp0 | exprs.kt:4:1:139:1 | topLevelMethod | VarAccess |
| exprs.kt:135:9:135:18 | tmp0 | exprs.kt:4:1:139:1 | topLevelMethod | VarAccess |
| exprs.kt:135:9:135:18 | void | exprs.kt:4:1:139:1 | topLevelMethod | TypeAccess |
| exprs.kt:138:12:138:14 | 123 | exprs.kt:4:1:139:1 | topLevelMethod | IntegerLiteral |
| exprs.kt:138:12:138:20 | ... + ... | exprs.kt:4:1:139:1 | topLevelMethod | AddExpr |
| exprs.kt:138:18:138:20 | 456 | exprs.kt:4:1:139:1 | topLevelMethod | IntegerLiteral |
@@ -573,10 +573,10 @@
| file://:0:0:0:0 | Color | exprs.kt:175:6:179:1 | Color | TypeAccess |
| file://:0:0:0:0 | Direction | exprs.kt:171:6:173:1 | Direction | TypeAccess |
| file://:0:0:0:0 | Interface1 | exprs.kt:190:13:195:5 | getObject | TypeAccess |
| file://:0:0:0:0 | Unit | exprs.kt:171:6:173:1 | Direction | TypeAccess |
| file://:0:0:0:0 | Unit | exprs.kt:175:6:179:1 | Color | TypeAccess |
| file://:0:0:0:0 | height | exprs.kt:162:1:169:1 | foo | VarAccess |
| file://:0:0:0:0 | q | exprs.kt:153:1:160:1 | typeTests | VarAccess |
| file://:0:0:0:0 | q | exprs.kt:153:1:160:1 | typeTests | VarAccess |
| file://:0:0:0:0 | tmp0 | exprs.kt:4:1:139:1 | topLevelMethod | LocalVariableDeclExpr |
| file://:0:0:0:0 | variable | exprs.kt:4:1:139:1 | topLevelMethod | VarAccess |
| file://:0:0:0:0 | void | exprs.kt:171:6:173:1 | Direction | TypeAccess |
| file://:0:0:0:0 | void | exprs.kt:175:6:179:1 | Color | TypeAccess |

View File

@@ -1,5 +1,5 @@
| type_equivalences.kt:4:1:4:65 | fooUnit | file://:0:0:0:0 | void | 0 | type_equivalences.kt:4:13:4:19 | x | file://:0:0:0:0 | void |
| type_equivalences.kt:4:1:4:65 | fooUnit | file://:0:0:0:0 | void | 1 | type_equivalences.kt:4:22:4:33 | y | type_equivalences.kt:2:1:2:15 | Par<Void> |
| type_equivalences.kt:4:1:4:65 | fooUnit | file://:0:0:0:0 | void | 0 | type_equivalences.kt:4:13:4:19 | x | file:///snap/kotlin/62/lib/kotlin-stdlib.jar/kotlin/Unit.class:0:0:0:0 | Unit |
| type_equivalences.kt:4:1:4:65 | fooUnit | file://:0:0:0:0 | void | 1 | type_equivalences.kt:4:22:4:33 | y | type_equivalences.kt:2:1:2:15 | Par<Unit> |
| type_equivalences.kt:5:1:5:65 | fooVoid | file:///modules/java.base/java/lang/Void.class:0:0:0:0 | Void | 0 | type_equivalences.kt:5:13:5:19 | x | file:///modules/java.base/java/lang/Void.class:0:0:0:0 | Void |
| type_equivalences.kt:5:1:5:65 | fooVoid | file:///modules/java.base/java/lang/Void.class:0:0:0:0 | Void | 1 | type_equivalences.kt:5:22:5:33 | y | type_equivalences.kt:2:1:2:15 | Par<Void> |
| type_equivalences.kt:6:1:6:80 | fooNothing | file:///modules/java.base/java/lang/Void.class:0:0:0:0 | Void | 0 | type_equivalences.kt:6:16:6:25 | x | file:///modules/java.base/java/lang/Void.class:0:0:0:0 | Void |

View File

@@ -1331,6 +1331,7 @@
| Node<K,V>[] | Array |
| Node[] | Array |
| NonfairSync | Class |
| Nothing | Class |
| Number | Class |
| NumberPrinterParser | Class |
| ObjDoubleConsumer | GenericType, Interface, ParameterizedType |