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