mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
This caused a stack overflow on a branch, due to the recursino between the class and the extension function.
28 lines
805 B
Plaintext
28 lines
805 B
Plaintext
| file://:0:0:0:0 | |
|
|
| test.kt:0:0:0:0 | TestKt |
|
|
| test.kt:0:0:0:0 | test |
|
|
| test.kt:2:1:4:1 | bar |
|
|
| test.kt:2:6:2:6 | T |
|
|
| test.kt:2:9:2:14 | <this> |
|
|
| test.kt:2:31:4:1 | { ... } |
|
|
| test.kt:3:5:3:15 | return ... |
|
|
| test.kt:3:12:3:15 | true |
|
|
| test.kt:6:1:10:1 | <Expr>; |
|
|
| test.kt:6:1:10:1 | <obinit> |
|
|
| test.kt:6:1:10:1 | <obinit>(...) |
|
|
| test.kt:6:1:10:1 | Foo |
|
|
| test.kt:6:1:10:1 | Foo |
|
|
| test.kt:6:1:10:1 | equals |
|
|
| test.kt:6:1:10:1 | hashCode |
|
|
| test.kt:6:1:10:1 | other |
|
|
| test.kt:6:1:10:1 | super(...) |
|
|
| test.kt:6:1:10:1 | toString |
|
|
| test.kt:6:1:10:1 | { ... } |
|
|
| test.kt:6:1:10:1 | { ... } |
|
|
| test.kt:6:11:6:11 | T |
|
|
| test.kt:7:5:9:5 | foo |
|
|
| test.kt:7:24:9:5 | { ... } |
|
|
| test.kt:8:9:8:20 | return ... |
|
|
| test.kt:8:16:8:20 | bar(...) |
|
|
| test.kt:8:16:8:20 | this |
|