Files
codeql/java/kotlin-extractor
Chris Smowton 5d3f723df9 Kotlin extractor: use special <nulltype> for null literals
This matches the Java extractor's treatment of these literals, and so enables dataflow type-tracking to avoid special-casing Kotlin. Natively, Kotlin would regard this as kotlin.Nothing?, the type that can only contain null (kotlin.Nothing without a ? can take nothing at all), which gets Java-ified as java.lang.Void, and this will continue to be used when a null type has to be "boxed", as in representing substituted generic constraints with no possible type.
2024-11-01 16:14:10 +00:00
..
2024-09-25 15:23:33 +01:00
2024-08-15 10:31:32 +02:00
2022-05-10 18:45:56 +01:00
2023-01-10 14:41:30 +00:00
2022-05-10 18:45:51 +01:00
2024-09-25 15:23:34 +01:00