Files
codeql/java/ql/test/kotlin/library-tests/vararg
Chris Smowton 1fe9e8457f Kotlin: Fix varargs dataflow, and varargs default handling
Dataflow requires accounting for the fact that the varargs parameter isn't necessarily last in the parameter list in a couple more places. Default handling just requires that if the only null parameter is the varargs argument, and it has no default value, then no $default method is required-- the caller is expected to simply pass nothing (at QL
/ source level) or an empty array (at JVM level).
2022-10-21 11:14:41 +01:00
..
2022-09-07 10:48:22 +02:00
2022-05-10 19:51:25 +01:00