Fix expected files

This commit is contained in:
Tamas Vajk
2021-12-06 15:11:32 +01:00
committed by Ian Lynagh
parent 7b58d01eff
commit 0978e522d0
3 changed files with 10 additions and 13 deletions

View File

@@ -12,19 +12,14 @@ sourceSignatures
| arrayCreations.kt:4:3:28:3 | test1 | test1() |
| arrayCreations.kt:22:29:22:33 | | |
| arrayCreations.kt:22:29:22:33 | invoke | invoke(int) |
| arrayCreations.kt:22:29:22:33 | invoke | invoke(java.lang.Object) |
| arrayCreations.kt:23:24:23:28 | | |
| arrayCreations.kt:23:24:23:28 | invoke | invoke(int) |
| arrayCreations.kt:23:24:23:28 | invoke | invoke(java.lang.Object) |
| arrayCreations.kt:25:27:25:31 | | |
| arrayCreations.kt:25:27:25:31 | invoke | invoke(int) |
| arrayCreations.kt:25:27:25:31 | invoke | invoke(java.lang.Object) |
| arrayCreations.kt:26:27:26:36 | | |
| arrayCreations.kt:26:27:26:36 | invoke | invoke(int) |
| arrayCreations.kt:26:27:26:36 | invoke | invoke(java.lang.Object) |
| arrayCreations.kt:27:24:27:38 | | |
| arrayCreations.kt:27:24:27:38 | invoke | invoke(int) |
| arrayCreations.kt:27:24:27:38 | invoke | invoke(java.lang.Object) |
| primitiveArrays.kt:3:1:7:1 | <obinit> | <obinit>() |
| primitiveArrays.kt:3:1:7:1 | Test | Test() |
| primitiveArrays.kt:3:1:7:1 | equals | equals(java.lang.Object) |

View File

@@ -1,6 +1,8 @@
| file://:0:0:0:0 | C1<Integer> | TypeAccess |
| file://:0:0:0:0 | Integer | TypeAccess |
| file://:0:0:0:0 | Integer | TypeAccess |
| file://:0:0:0:0 | Object | TypeAccess |
| file://:0:0:0:0 | Object | TypeAccess |
| file://:0:0:0:0 | String | TypeAccess |
| methods2.kt:7:1:10:1 | <obinit>(...) | MethodAccess |
| methods3.kt:5:1:7:1 | <obinit>(...) | MethodAccess |

View File

@@ -2,14 +2,14 @@
| this.kt:2:1:58:1 | super(...) | Any |
| this.kt:3:5:53:5 | <obinit>(...) | <obinit> |
| this.kt:3:5:53:5 | super(...) | Any |
| this.kt:9:66:17:13 | new (...) | |
| this.kt:9:66:17:13 | super(...) | Lambda |
| this.kt:12:82:16:17 | new (...) | |
| this.kt:12:82:16:17 | super(...) | Lambda |
| this.kt:19:42:21:13 | new (...) | |
| this.kt:19:42:21:13 | super(...) | Lambda |
| this.kt:23:30:25:13 | new (...) | |
| this.kt:23:30:25:13 | super(...) | Lambda |
| this.kt:9:66:17:13 | ...->... | |
| this.kt:9:66:17:13 | super(...) | Any |
| this.kt:12:82:16:17 | ...->... | |
| this.kt:12:82:16:17 | super(...) | Any |
| this.kt:19:42:21:13 | ...->... | |
| this.kt:19:42:21:13 | super(...) | Any |
| this.kt:23:30:25:13 | ...->... | |
| this.kt:23:30:25:13 | super(...) | Any |
| this.kt:36:13:36:25 | topLevelFun(...) | topLevelFun |
| this.kt:37:13:37:22 | outerFun(...) | outerFun |
| this.kt:38:13:38:22 | innerFun(...) | innerFun |