Files
kotlin/compiler/testData/compileJavaAgainstKotlin/class/DefaultConstructorWithTwoArgs.kt

2 lines
51 B
Kotlin

class A(val a: Int = 1, val b: String = "default")