blob: 217d073d144014e056b2ed01dea094ec7d91b103 [file]
// FIR_IDENTICAL
interface I {
val <T> T.id: T
get() = this
}
class A(i: I) : I by i