638eccac16
^KT-54311
7 lines
133 B
Kotlin
Vendored
7 lines
133 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
|
val x: Int = 10
|
|
val Int.y get() = this
|
|
|
|
var Short.get: Long
|
|
get() = 2
|
|
set(value) {} |