mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
4 lines
126 B
Plaintext
Vendored
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
|