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

2 lines
52 B
Kotlin
Vendored

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