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
84 B
Plaintext
7 lines
84 B
Plaintext
val y = 1
|
|
|
|
class A() {
|
|
{
|
|
<!INACCESSIBLE_BACKING_FIELD!>$y<!> = 1
|
|
}
|
|
} |