<@U0F8Y5E5A> Can you check the state of a `lateini...
# language-proposals
a
@mg6maciej Can you check the state of a
lateinit var
?
r
aerb: If you want to do that, it's better to just use a nullable and check if it's null. That basically the same thing.