Files
kotlin/compiler/testData/codegen/defaultArguments/reflection/enum.kt
2015-08-10 16:24:12 +03:00

7 lines
92 B
Kotlin
Vendored

enum class Foo(val a: Int = 1) {
A()
}
// CLASS: Foo
// HAS_DEFAULT_CONSTRUCTOR: false