mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
8 lines
162 B
Kotlin
8 lines
162 B
Kotlin
abstract class ReadNonexistent() {
|
|
abstract val aa: Int
|
|
|
|
{
|
|
val <!UNUSED_VARIABLE!>x<!> = <!NO_BACKING_FIELD_ABSTRACT_PROPERTY!>$aa<!>
|
|
}
|
|
}
|