6 lines
62 B
Plaintext
Vendored
6 lines
62 B
Plaintext
Vendored
fun foo(s: String) {}
|
|
|
|
fun bar() {
|
|
foo("a")
|
|
foo("b")
|
|
} |