Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/constructor/Constructor1WithParamDefaultValue.kt
T

4 lines
83 B
Kotlin

package test
class ClassWithConstructorWithValueParamWithDefaultValue(p: Int = 1)