mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Add test expectations
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
| Integer |
|
||||
| Object |
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user