Files
codeql/java/kotlin-extractor
Chris Smowton 45a4cd89a6 Kotlin: specialise extension receivers the same as other function parameters
This arises when a generic class extends one of its parameters; for example, `class G<T> { val T.v; get() = 1 }`, where specialisation `G<List>` should generate a method specialisation `getV(List)`.
2022-10-27 18:31:19 +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