7 lines
154 B
Kotlin
Vendored
7 lines
154 B
Kotlin
Vendored
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
init {
|
|
val <!UNUSED_VARIABLE!>x<!> = <!BACKING_FIELD_USAGE_DEPRECATED!>$a<!>
|
|
}
|
|
}
|