881073b1c9
Tests duplicate IrTextTestCaseGenerated #KT-24065 Fixed
9 lines
160 B
Kotlin
Vendored
9 lines
160 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_RUNTIME
|
|
|
|
interface C {
|
|
val test1: Int
|
|
val test2: Int get() = 0
|
|
var test3: Int
|
|
var test4: Int get() = 0; set(value) {}
|
|
} |