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