robin
lateinit var foo: String
var foo: String? = null
if(foo != null) { // Okay, foo is initialized, do something with it }