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

5 lines
86 B
Kotlin
Vendored

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