7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
fun foo(b: Int) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
foo(b = 1)
|
|
} |