Marc Knaup
02/01/2019, 9:41 PM/**
* Signifies that the corresponding property has a getter.
*/
@JvmField
val HAS_GETTER = Flag(F.HAS_GETTER)
And can there be properties without a getter? 🤔
Even with @JvmField
the flag HAS_GETTER
is set.udalov
HAS_GETTER
flag ended up here only because of a symmetry with HAS_SETTER