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