Files
kotlin/compiler/testData/codegen/defaultArguments/reflection/privateConstructor.kt
2015-06-12 11:23:13 +03:00

5 lines
98 B
Kotlin
Vendored

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