Files
codeql/java/kotlin-extractor
Ian Lynagh d1fefe0246 Kotlin: Refactor TrapWriters
Now ClassFileTrapWriter is just FileTrapWriter, which no longer takes a
nullable IrFileEntry.

SourceFileTrapWriter still extends FileTrapWriter, and adds the
IrFileEntry, allowing it to override the location functions with more
useful variants.

populateFileTables no longer has a default. I think that for the sake
of a handful of calls, it's simpler to be explicit so we aren't
confused.
2022-05-10 19:51:05 +01:00
..
2022-05-10 19:51:05 +01:00
2022-05-10 18:45:56 +01:00
2022-05-10 18:45:51 +01:00