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

5 lines
98 B
Kotlin
Vendored

class Foo(val a: Int = 1, val b: String = "b") {}
// CLASS: Foo
// HAS_DEFAULT_CONSTRUCTOR: true