blob: 6fc1b551ca22d4c7c3705a0290257257230ebe80 [file]
fun foo() {
val a: String? = null
<selection>if (a != null) {
a.length()
}</selection>
}