7 lines
82 B
Kotlin
7 lines
82 B
Kotlin
// OPTION: 0
|
|
fun foo() {
|
|
run(1, 2) <caret>{
|
|
println("lambda")
|
|
}
|
|
}
|