sindrenm
var lastName: String? = "Rudolf" lastName!!.length // would throw if lastName was indeed null.