mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
This happened because setting the type context for the return-type part of a function's label meant that the label now matches Java <-> Kotlin, and therefore it gets a Kotlin-source source location.
3 lines
141 B
Plaintext
3 lines
141 B
Plaintext
| Java.java:3:3:3:26 | kotlinFun(...) | Kotlin.kt:2:2:4:2 | kotlinFun |
|
|
| Kotlin.kt:1:1:5:1 | <obinit>(...) | Kotlin.kt:1:1:5:1 | <obinit> |
|