`null` usually means that there is a type, but the...
# random
a
null
usually means that there is a type, but there is not value assigned. Why not have a type that is simply not initialized and have the type be
lateinit
- can that still only occur globally?