blob: 525df8bcca9757c9726071b883ea961e034175f3 [file]
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
class A {
val x: Int = 10
val Int.y get() = this
}