mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02: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.