Files
kotlin-fork/compiler/testData/ir/irText/declarations/defaultArguments.txt
T
2016-10-18 09:09:04 +03:00

8 lines
275 B
Plaintext
Vendored

FILE /defaultArguments.kt
FUN public fun test1(x: kotlin.Int, y: kotlin.Int = ..., z: kotlin.String = ...): kotlin.Unit
y: EXPRESSION_BODY
CONST Int type=kotlin.Int value='0'
z: EXPRESSION_BODY
CONST String type=kotlin.String value='abc'
BLOCK_BODY