5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
fun foo(s: String) {}
|
|
|
|
val s = <caret>Sam {
|
|
foo(it)
|
|
} |