0fb4c9b4fe
Related to KT-60111
9 lines
173 B
Kotlin
Vendored
9 lines
173 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class G<T>
|
|
|
|
val <T> G<T>.foo: Int
|
|
<!CONFLICTING_JVM_DECLARATIONS!>get() = 1<!>
|
|
|
|
val G<String>.foo: Int
|
|
<!CONFLICTING_JVM_DECLARATIONS!>get() = 1<!>
|