Why is it not possible to use `lateinit` on an `In...
# announcements
s
Why is it not possible to use
lateinit
on an
Int
? It complains about it being a primitive, but shouldn't it allow it and compile to
Integer
like an
Int?
would?
👍 1