Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/fun/nonGeneric/FunDefaultArg.kt
T
2012-01-17 19:32:18 +04:00

4 lines
71 B
Kotlin

package test
fun funDefaultArg(p: Int, q: Int = 17, r: Int = 18) = 19