// WITH_RUNTIME fun foo(list: List) { val result: String? = list.lastOrNull { it.length > 0 } }