Add test expectations

This commit is contained in:
Chris Smowton
2022-04-20 11:51:21 +01:00
parent 71d2e7be3e
commit 77056c9bff
3 changed files with 11 additions and 9 deletions

View File

@@ -5,4 +5,4 @@
| dc.kt:0:0:0:0 | times(...) | Int.times |
| dc.kt:0:0:0:0 | toString(...) | Arrays.toString |
| dc.kt:0:0:0:0 | toString(...) | Arrays.toString |
| dc.kt:1:1:1:71 | super(...) | Any.Any |
| dc.kt:1:1:1:71 | super(...) | Object.Object |

View File

@@ -0,0 +1,2 @@
| Integer |
| Object |

View File

@@ -1,13 +1,13 @@
| this.kt:2:1:58:1 | super(...) | Any |
| this.kt:3:5:53:5 | super(...) | Any |
| this.kt:2:1:58:1 | super(...) | Object |
| this.kt:3:5:53:5 | super(...) | Object |
| this.kt:9:66:17:13 | ...->... | |
| this.kt:9:66:17:13 | super(...) | Any |
| this.kt:9:66:17:13 | super(...) | Object |
| this.kt:12:82:16:17 | ...->... | |
| this.kt:12:82:16:17 | super(...) | Any |
| this.kt:12:82:16:17 | super(...) | Object |
| this.kt:19:42:21:13 | ...->... | |
| this.kt:19:42:21:13 | super(...) | Any |
| this.kt:19:42:21:13 | super(...) | Object |
| this.kt:23:30:25:13 | ...->... | |
| this.kt:23:30:25:13 | super(...) | Any |
| this.kt:23:30:25:13 | super(...) | Object |
| this.kt:36:13:36:25 | topLevelFun(...) | topLevelFun |
| this.kt:37:13:37:22 | outerFun(...) | outerFun |
| this.kt:38:13:38:22 | innerFun(...) | innerFun |
@@ -19,5 +19,5 @@
| this.kt:44:18:44:35 | topLevelInnerFun(...) | topLevelInnerFun |
| this.kt:45:18:45:32 | outerInnerFun(...) | outerInnerFun |
| this.kt:46:18:46:40 | topLevelOuterInnerFun(...) | topLevelOuterInnerFun |
| this.kt:64:1:65:1 | super(...) | Any |
| this.kt:67:1:68:1 | super(...) | Any |
| this.kt:64:1:65:1 | super(...) | Object |
| this.kt:67:1:68:1 | super(...) | Object |