3 lines
75 B
Plaintext
Vendored
3 lines
75 B
Plaintext
Vendored
fun CharSequence.foo(bar: CharSequence.() -> Unit){
|
|
<caret>this.bar()
|
|
} |