7 lines
54 B
Plaintext
Vendored
7 lines
54 B
Plaintext
Vendored
fun bar(s: String) {}
|
|
|
|
fun foo() {
|
|
|
|
bar("Test")
|
|
}
|