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