Files
codeql/java/ql/test
Chris Smowton d4b0163c4c Kotlin: Don't extract a name for a '_' parameter
I can't reproduce the exact circumstances, but these sometimes get "<anonymous parameter X>" names and sometimes get "$noName_X" names. Whichever way, avoiding extracting a synthetic name seems safest; anyone finding the .class file and not reading the metadata indicating it came from a `_` will extract the binary name selected, or else QL will
invent a name.
2022-07-14 16:36:26 +01:00
..
2022-06-28 10:10:27 +02:00
2019-01-07 13:25:20 +01:00
2021-08-19 14:09:35 -07:00
2021-11-29 14:15:53 -05:00
2019-12-07 02:38:02 +01:00