Files
kotlin/compiler/testData/codegen/box/diagnostics/functions/tailRecursion/defaultArgs2.txt
Ting-Yuan Huang bdcd6f73b1 Move tailrecPhase before defaultArgumentStubPhase
So that default values can be copied to the recursive call sites.
2019-05-24 09:51:07 +02:00

5 lines
132 B
Plaintext
Vendored

package
public fun box(): kotlin.String
public tailrec fun test(/*0*/ x: kotlin.Int = ..., /*1*/ e: kotlin.Any = ...): kotlin.Unit