881073b1c9
Tests duplicate IrTextTestCaseGenerated #KT-24065 Fixed
6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class C {
|
|
constructor() : this(0) {}
|
|
constructor(x: Int) {}
|
|
} |