if I have `pMemTypeFound: KMutableProperty0<Boo...
# language-proposals
e
if I have
pMemTypeFound: KMutableProperty0<Boolean>? = null
, then
var memTypeFound by pMemTypeFound
should be nullable (and not
Boolean
)