Files
codeql/java/kotlin-extractor
Chris Smowton d103bf65bd Remove inapplicable TODO re: K<->J type substitution
Turns out the two use cases the TODO worried about are already taken care of: `Unit` is replaced with `void` only in contexts where primitives can be used, and `List` and similar only have incompatible extension methods, which are declared by `CollectionsKt` not `List`. This is likely deliberate to enable the Kotlin <-> Java substitution to be implemented simply by kotlinc.
2022-05-10 19:51:17 +01:00
..
2022-05-10 18:45:56 +01:00
2022-05-10 19:51:09 +01:00
2022-05-10 19:51:10 +01:00
2022-05-10 18:45:51 +01:00