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
124 B
Plaintext
5 lines
124 B
Plaintext
abstract class ReadNonexistent {
|
|
abstract val aa: Int
|
|
|
|
fun ff() = <!NO_BACKING_FIELD_ABSTRACT_PROPERTY!>$aa<!>
|
|
} |