7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
fun a(op: (Int) -> Int) {}
|
|
fun b() {
|
|
a {it}
|
|
a {
|
|
<selection>it</selection>
|
|
}
|
|
} |