`obj1.aLateInit.isInitialized`
# announcements
e
obj1.aLateInit.isInitialized
h
the above is just normal arbitrary property access, not the same as the kotlin new feature to check weather or not a
lateinit var
has been initialized or not.