Files
kotlin/compiler/testData/loadJava/compiledKotlin/constructor/ConstructorWithTwoDefArgs.kt
2013-12-17 20:28:59 +04:00

3 lines
59 B
Kotlin
Vendored

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