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