Also, `var` can have nonnull type like `lateinit v...
# getting-started
a
Also,
var
can have nonnull type like
lateinit var foo:Foo
(not
Foo?
).