Files
2022-01-12 15:09:45 +01:00

7 lines
79 B
Kotlin
Vendored

package test
fun f(x: Any, y: String = "D") {
println("f(x: Any, $y)")
}