3f411fc93b
#KT-11994 In Progress
6 lines
69 B
Kotlin
Vendored
6 lines
69 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
fun test() {
|
|
val f = { <caret>1 }
|
|
val x = f()
|
|
} |