A `val` with `notNull()` makes absolutely no sense...
# language-proposals
m
A
val
with
notNull()
makes absolutely no sense. Moreover,
lateinit
property is exposed as a field with property’s visibility level. It’s accessors cannot have different visibility level.
lateinit
cannot be of primitive type.