mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
The Kotlin authors changed this to avoid a clash on List<Int>, but we must reverse the renaming so the Kotlin and Java views of the same class file extract alike.
3 lines
37 B
Kotlin
3 lines
37 B
Kotlin
|
|
fun f(l: MyList<String>) = l.get(0)
|