2 lines
52 B
Kotlin
Vendored
2 lines
52 B
Kotlin
Vendored
fun test1(x: Int, y: Int = 0, z: String = "abc") {}
|