Files
kotlin/compiler/testData/codegen/defaultArguments/reflection/classInObject.kt

7 lines
96 B
Kotlin
Vendored

object o {
class Foo(val a: Int = 1) {}
}
// CLASS: o$Foo
// HAS_DEFAULT_CONSTRUCTOR: true