7 lines
46 B
Plaintext
Vendored
7 lines
46 B
Plaintext
Vendored
fun foo(a: Int) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo(1)
|
|
} |