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

4 lines
56 B
Kotlin

package test
class TestConstructor private(p: Int = 1)