mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Adjust more test expectations
This commit is contained in:
committed by
Ian Lynagh
parent
2ea1a6c1f0
commit
9f294d1ecd
@@ -1,6 +1,7 @@
|
||||
| Test.kt:3:1:80:1 | { ... } | 0 | Test.kt:3:1:80:1 | { ... } |
|
||||
| Test.kt:3:1:80:1 | { ... } | 1 | Test.kt:3:1:80:1 | super(...) |
|
||||
| Test.kt:3:1:80:1 | { ... } | 2 | Test.kt:3:8:80:1 | Test |
|
||||
| Test.kt:3:1:80:1 | { ... } | 2 | Test.kt:3:8:80:1 | { ... } |
|
||||
| Test.kt:3:1:80:1 | { ... } | 3 | Test.kt:3:8:80:1 | Test |
|
||||
| Test.kt:4:2:79:2 | test | 0 | Test.kt:4:2:79:2 | test |
|
||||
| Test.kt:4:13:79:2 | { ... } | 0 | Test.kt:4:13:79:2 | { ... } |
|
||||
| Test.kt:4:13:79:2 | { ... } | 1 | Test.kt:5:3:5:16 | var ...; |
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
| Test.kt:0:0:0:0 | TestKt | Class | file://:0:0:0:0 | <none> | <none> |
|
||||
| Test.kt:3:1:80:1 | Test | Class | file://:0:0:0:0 | <none> | <none> |
|
||||
| Test.kt:3:1:80:1 | super(...) | SuperConstructorInvocationStmt | Test.kt:3:8:80:1 | Test | Constructor |
|
||||
| Test.kt:3:1:80:1 | super(...) | SuperConstructorInvocationStmt | Test.kt:3:8:80:1 | { ... } | BlockStmt |
|
||||
| Test.kt:3:1:80:1 | { ... } | BlockStmt | Test.kt:3:1:80:1 | super(...) | SuperConstructorInvocationStmt |
|
||||
| Test.kt:3:8:80:1 | Test | Constructor | file://:0:0:0:0 | <none> | <none> |
|
||||
| Test.kt:3:8:80:1 | { ... } | BlockStmt | Test.kt:3:8:80:1 | Test | Constructor |
|
||||
| Test.kt:4:2:79:2 | test | Method | file://:0:0:0:0 | <none> | <none> |
|
||||
| Test.kt:4:13:79:2 | { ... } | BlockStmt | Test.kt:5:3:5:16 | var ...; | LocalVariableDeclStmt |
|
||||
| Test.kt:5:3:5:16 | int x | LocalVariableDecl | file://:0:0:0:0 | <none> | <none> |
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
| Test.kt:3:1:80:1 | super(...) | Test.kt:3:8:80:1 | { ... } |
|
||||
| Test.kt:3:1:80:1 | { ... } | Test.kt:3:1:80:1 | super(...) |
|
||||
| Test.kt:3:1:80:1 | { ... } | Test.kt:3:8:80:1 | { ... } |
|
||||
| Test.kt:4:13:79:2 | { ... } | Test.kt:5:3:5:16 | var ...; |
|
||||
| Test.kt:4:13:79:2 | { ... } | Test.kt:6:3:6:18 | var ...; |
|
||||
| Test.kt:4:13:79:2 | { ... } | Test.kt:7:3:7:16 | var ...; |
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
| Test.kt:3:1:80:1 | super(...) | Test.kt:3:1:80:1 | { ... } |
|
||||
| Test.kt:3:8:80:1 | { ... } | Test.kt:3:1:80:1 | super(...) |
|
||||
| Test.kt:3:8:80:1 | { ... } | Test.kt:3:1:80:1 | { ... } |
|
||||
| Test.kt:5:3:5:16 | var ...; | Test.kt:4:13:79:2 | { ... } |
|
||||
| Test.kt:6:3:6:18 | var ...; | Test.kt:4:13:79:2 | { ... } |
|
||||
| Test.kt:6:3:6:18 | var ...; | Test.kt:5:3:5:16 | var ...; |
|
||||
|
||||
@@ -191,6 +191,7 @@ reflection.kt:
|
||||
# 5| 1: [Constructor] Reflection
|
||||
# 5| 5: [BlockStmt] { ... }
|
||||
# 5| 0: [SuperConstructorInvocationStmt] super(...)
|
||||
# 5| 1: [BlockStmt] { ... }
|
||||
# 6| 2: [Method] fn
|
||||
# 6| 5: [BlockStmt] { ... }
|
||||
# 7| 0: [LocalVariableDeclStmt] var ...;
|
||||
@@ -457,6 +458,7 @@ reflection.kt:
|
||||
# 28| 1: [Constructor] Ccc
|
||||
# 28| 5: [BlockStmt] { ... }
|
||||
# 28| 0: [SuperConstructorInvocationStmt] super(...)
|
||||
# 28| 1: [BlockStmt] { ... }
|
||||
# 29| 2: [Method] m
|
||||
#-----| 4: (Parameters)
|
||||
# 29| 0: [Parameter] i
|
||||
@@ -526,6 +528,7 @@ reflection.kt:
|
||||
# 58| 1: [Constructor] Class1
|
||||
# 58| 5: [BlockStmt] { ... }
|
||||
# 58| 0: [SuperConstructorInvocationStmt] super(...)
|
||||
# 58| 1: [BlockStmt] { ... }
|
||||
# 59| 2: [Method] fn
|
||||
# 59| 5: [BlockStmt] { ... }
|
||||
# 60| 0: [ExprStmt] <Expr>;
|
||||
@@ -830,6 +833,7 @@ reflection.kt:
|
||||
# 75| 1: [Constructor] Generic
|
||||
# 75| 5: [BlockStmt] { ... }
|
||||
# 75| 0: [SuperConstructorInvocationStmt] super(...)
|
||||
# 75| 1: [BlockStmt] { ... }
|
||||
# 76| 2: [Method] m1
|
||||
#-----| 4: (Parameters)
|
||||
# 76| 0: [Parameter] i
|
||||
@@ -875,6 +879,7 @@ reflection.kt:
|
||||
# 86| 0: [Parameter] t
|
||||
# 86| 5: [BlockStmt] { ... }
|
||||
# 86| 0: [SuperConstructorInvocationStmt] super(...)
|
||||
# 86| 1: [BlockStmt] { ... }
|
||||
# 89| 7: [Method] test
|
||||
# 89| 5: [BlockStmt] { ... }
|
||||
# 90| 0: [ExprStmt] <Expr>;
|
||||
@@ -949,6 +954,7 @@ reflection.kt:
|
||||
# 107| 5: [BlockStmt] { ... }
|
||||
# 107| 0: [SuperConstructorInvocationStmt] super(...)
|
||||
# 107| 0: [VarAccess] prop1
|
||||
# 107| 1: [BlockStmt] { ... }
|
||||
# 108| 2: [Method] fn
|
||||
# 108| 5: [BlockStmt] { ... }
|
||||
# 109| 0: [ExprStmt] <Expr>;
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
| Trivial.kt:1:1:1:16 | Trivial | Constructor |
|
||||
| Trivial.kt:1:1:1:16 | super(...) | SuperConstructorInvocationStmt |
|
||||
| Trivial.kt:1:1:1:16 | { ... } | BlockStmt |
|
||||
| Trivial.kt:1:1:1:16 | { ... } | BlockStmt |
|
||||
| file://:0:0:0:0 | | Package |
|
||||
|
||||
Reference in New Issue
Block a user