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

4 lines
56 B
Kotlin

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