mirror of
https://github.com/github/codeql.git
synced 2026-05-10 01:10:09 +02:00
Specifically `const`, `lateinit` and `@JvmField` properties get a static field which belongs to the containing class not the companion object, such that Java can address them via the containing class name rather than have to navigate a companion object pointer.