5 lines
72 B
Plaintext
Vendored
5 lines
72 B
Plaintext
Vendored
fun foo(s: String, b: Boolean){}
|
|
|
|
fun bar() {
|
|
foo("", <caret>true)
|
|
} |