I\'m trying to check if a lateinit property has been initialized. In Kotlin 1.2 we now have the isInitialized method for that. It works when I do t
lateinit
isInitialized