I have this code example
var n: String? = "I am nullAble" n = null var nonNullName : String = "I cannot be null" n?.let {