fun foo() { val a: String? = null if () { if (a != null) { a.length() } } else { } }