mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
This should lead to better Java/Kotlin correspondence since the Java extractor will naturally name trap files for JVM names, and avoids a specific bug (tested) where MapsKt.iterator's two overloads (one taking `Map` and one `MutableMap`) are JvmName'd differently since their Java-lowered signatures would be identical. Without this change only one of the iterator overloads would get extracted leaving the other one a dangling reference.
3 lines
114 B
Plaintext
3 lines
114 B
Plaintext
| test.kt:1:100:1:109 | mutableIterator(...) | mutableIterator |
|
|
| test.kt:3:73:3:82 | iterator(...) | iterator |
|