Files
codeql/java/kotlin-extractor
Chris Smowton 12e3401ae0 Map special getters onto their correct JVM names
These include Collection.size() for example, which has a Kotlin property called `size` but whose getter is not named `getSize()`.

These would normally be accounted for using `@JvmName`, but some core methods are lowered by a special compiler pass instead.
2022-05-12 22:36:27 +01:00
..
2022-05-10 18:45:56 +01:00
2022-05-10 19:51:27 +01:00
2022-05-10 19:51:27 +01:00
2022-05-10 19:51:27 +01:00
2022-05-10 18:45:51 +01:00