Files
codeql/java/ql/lib
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
..
2021-08-19 14:09:35 -07:00
2021-08-20 20:01:29 -07:00
2022-05-10 18:46:01 +01:00
2021-08-19 14:09:35 -07:00
2022-02-02 13:30:45 +01:00