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