7 lines
72 B
Kotlin
Vendored
7 lines
72 B
Kotlin
Vendored
// OPTION: 1
|
|
fun foo() {
|
|
<caret>{
|
|
println("lambda")
|
|
}
|
|
}
|