Is Var
object IsVar : ExtraProperty<DProperty> , ExtraProperty.Key<DProperty, IsVar>
Content copied to clipboard
Whether this DProperty is var or val, should be present both in Kotlin and in Java properties
In case of properties that came from Java, IsVar is added if the java field has no accessors at all (plain field) or has a setter
Functions
Link copied to clipboard
open fun mergeStrategyFor(left: IsVar, right: IsVar): MergeStrategy<DProperty>
Content copied to clipboard