881073b1c9
Tests duplicate IrTextTestCaseGenerated #KT-24065 Fixed
6 lines
75 B
Kotlin
Vendored
6 lines
75 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class C(
|
|
val test1: Int,
|
|
var test2: Int
|
|
) |