5 lines
56 B
Plaintext
Vendored
5 lines
56 B
Plaintext
Vendored
// OPTION: 1
|
|
fun foo() {
|
|
<caret>println("lambda")
|
|
}
|