ec55dddfcd
KT-462 Consider allowing initializing properties via property names when it is safe KT-598 Allow to use backing fields after this expression
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
abstract class ReadNonexistent() {
|
|
abstract val aa: Int
|
|
|
|
{
|
|
val x = <!NO_BACKING_FIELD_ABSTRACT_PROPERTY!>$aa<!>
|
|
}
|
|
} |