mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
Java's regular strings are formatted as they appear in source, but we don't easily have this information available in Kotlin. During annotation extraction however it guesses a source rendering because the source is not necessarily available. By formatting to match the annotation extractor, we prepare to ensure consistency with a Java database when extracting annotations as seen by Kotlin.
2 lines
49 B
Plaintext
2 lines
49 B
Plaintext
| d.kt:0:0:0:0 | bar | d.kt:0:0:0:0 | "Foobar" |
|