4bd604f2ed
^KT-54311
6 lines
97 B
Kotlin
Vendored
6 lines
97 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
|
class A {
|
|
val x: Int = 10
|
|
val Int.y get() = this
|
|
}
|