backing fields resolve changed
KT-462 Consider allowing initializing properties via property names when it is safe KT-598 Allow to use backing fields after this expression
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// "Change reference to backing field" "true"
|
||||
class A() {
|
||||
val a : Int
|
||||
var a : Int
|
||||
set(v) {}
|
||||
{
|
||||
<caret>a = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user