Files
kotlin/compiler/testData/loadJava/compiledKotlin/fun/nonGeneric/FunDefaultArg.txt
2015-09-08 02:04:32 +03:00

4 lines
126 B
Plaintext
Vendored

package test
public fun funDefaultArg(/*0*/ p: kotlin.Int, /*1*/ q: kotlin.Int = ..., /*2*/ r: kotlin.Int = ...): kotlin.Int