7 lines
80 B
Kotlin
Vendored
7 lines
80 B
Kotlin
Vendored
// OPTION: 0
|
|
fun foo() {
|
|
val x = <caret>{
|
|
println("lambda")
|
|
}
|
|
}
|