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