mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01: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.