Marc Knaup
02/06/2019, 9:42 PM/**
* Signifies that the corresponding property has a getter.
*/
@JvmField
val HAS_GETTER = Flag(F.HAS_GETTER)
Can there ever be a property without a getter in the Kotlin metadata?louiscad
02/06/2019, 9:55 PM@JvmField
, it's still a property Kotlin-wiseMarc Knaup
02/06/2019, 10:27 PM@JvmField
still has HAS_GETTER
set but no getter method generated.tschuchort
02/07/2019, 9:57 AMtschuchort
02/07/2019, 9:58 AMMarc Knaup
02/07/2019, 10:39 AM