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