6 lines
70 B
Plaintext
Vendored
6 lines
70 B
Plaintext
Vendored
fun foo(i: Int) { }
|
|
|
|
fun test(i: Int = (1
|
|
+ 2)) {
|
|
foo(i)
|
|
} |