Another thing about `const` properties that Kotlin...
# announcements
m
Another thing about
const
properties that Kotlin compiler should inline values of such properties, as far as I know. In other words property field access must be replaced with a constant property value. But for some reason I do not observe this behavior in generated bytecode.