Files
codeql/java/kotlin-extractor
Chris Smowton 8266a22332 Kotlin: fix method types when an inherited method implements a collection type
In this circumstance the compiler seems to generate a specialised version of the implementing function with its argument type replaced by the interface-implementing child class' type parameter. However it stores a back-pointer to the real declared function, which we should use as the call target.
2022-10-29 11:29:04 +01:00
..
2022-05-10 18:45:56 +01:00
2022-08-18 09:01:10 +02:00
2022-08-25 16:40:27 +01:00
2022-05-10 18:45:51 +01:00