Files
kotlin-fork/compiler/testData/ir/irText/declarations/defaultArguments.kt
T
2016-10-18 09:08:47 +03:00

2 lines
52 B
Kotlin
Vendored

fun test1(x: Int, y: Int = 0, z: String = "abc") {}