KoVarModifierProvider

Deprecated

Will be removed in version 0.19.0

Replace with

KoIsVarProvider

An interface representing a Kotlin declaration that provides information about whether it has a var modifier.

Inheritors

Properties

Link copied to clipboard
abstract val hasVarModifier: Boolean

Determines whatever the declaration has var modifier.