mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
9 lines
155 B
Kotlin
9 lines
155 B
Kotlin
class ReadNonexistent() {
|
|
val a: Int
|
|
get() = 1
|
|
|
|
{
|
|
val <!UNUSED_VARIABLE!>x<!> = <!NO_BACKING_FIELD_CUSTOM_ACCESSORS!>$a<!>
|
|
}
|
|
}
|