f07566d30d
Expected 'init' keyword before class initializer
7 lines
117 B
Kotlin
Vendored
7 lines
117 B
Kotlin
Vendored
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
init {
|
|
val <!UNUSED_VARIABLE!>x<!> = $a
|
|
}
|
|
}
|