8 lines
68 B
Plaintext
Vendored
8 lines
68 B
Plaintext
Vendored
fun bar(s: String) {}
|
|
|
|
fun foo() {
|
|
val t = "Test"
|
|
|
|
bar(t)
|
|
}
|