5 lines
50 B
Kotlin
Vendored
5 lines
50 B
Kotlin
Vendored
package test
|
|
|
|
fun f(x: Int = 1) {
|
|
println(x)
|
|
} |