That's why no primitives are allowed - they can't ...
# getting-started
v
That's why no primitives are allowed - they can't be
null
. And frankly there is not much sense to use
lateinit
with primitives anyway because you can always do
var x: Int = 0