9 lines
120 B
Kotlin
Vendored
9 lines
120 B
Kotlin
Vendored
fun foo(f: (Int) -> String) {}
|
|
|
|
fun test() {
|
|
foo <caret>{
|
|
// comment1
|
|
""
|
|
// comment2
|
|
}
|
|
} |