mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01:00
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.