mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23: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.
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
import java
|
|
|
|
from Method m
|
|
where m.getDeclaringType().getName().matches("MyList%")
|
|
select m.toString()
|