Files
kotlin/compiler/testData/loadJava/compiledKotlin/constructor/PrivateConstructor1WithParamDefaultValue.kt
2015-06-12 11:23:13 +03:00

4 lines
68 B
Kotlin
Vendored

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