Files
kotlin/compiler/testData/compileJavaAgainstKotlin/class/DefaultConstructorWithTwoArgs.kt
2014-03-19 23:24:27 +04:00

4 lines
65 B
Kotlin

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