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

4 lines
38 B
Kotlin
Vendored

package test
class A(val a: Int = 1)