Files
kotlin-fork/compiler/testData/loadKotlin/constructor/ConstructorWithTwoDefArgs.kt
T

3 lines
59 B
Kotlin

package test
class TestConstructor(p: Int = 1, d: Int = 1)