mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Bug fix `NoConstantValueAttributeForNonConstVals` removes constant attribute from non-constant properties. Code using such properties does not have to be recompiled, since its value is no longer inlined.