Old backing field with dollar is now forbidden
This commit is contained in:
@@ -24,7 +24,6 @@ class WithCPI_Dup(<!UNUSED_PARAMETER!>x<!> : Int) {
|
||||
|
||||
class WithCPI(x : Int) {
|
||||
val a = 1
|
||||
val b : Int = <!BACKING_FIELD_USAGE_DEPRECATED!>$a<!>
|
||||
val xy : Int = x
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user