f07566d30d
Expected 'init' keyword before class initializer
9 lines
160 B
Kotlin
Vendored
9 lines
160 B
Kotlin
Vendored
class ReadNonexistent() {
|
|
val a: Int
|
|
get() = 1
|
|
|
|
init {
|
|
val <!UNUSED_VARIABLE!>x<!> = <!NO_BACKING_FIELD_CUSTOM_ACCESSORS!>$a<!>
|
|
}
|
|
}
|