Files
codeql/java/kotlin-extractor
Chris Smowton a204c742d8 Associate certain companion object fields with the parent class
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.
2022-05-27 11:52:39 +01:00
..
2022-05-10 18:45:56 +01:00
2022-05-24 15:11:35 +01:00
2022-05-10 19:51:27 +01:00
2022-05-10 18:45:51 +01:00