863e4afc7b
(cherry picked from commit 84c4ff7)
11 lines
147 B
Kotlin
Vendored
11 lines
147 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun callMe(s: String) {
|
|
}
|
|
|
|
fun body(receiver: String.(String) -> Unit) {
|
|
}
|
|
|
|
fun usage() {
|
|
body { <caret>callMe(it) }
|
|
} |