Files
kotlin-fork/compiler/testData/loadKotlin/fun/nonGeneric/FunDefaultArg.kt
T

4 lines
71 B
Kotlin

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