ec55dddfcd
KT-462 Consider allowing initializing properties via property names when it is safe KT-598 Allow to use backing fields after this expression
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
fun ff() = $a
|
|
}
|