Old backing field with dollar is now forbidden
This commit is contained in:
@@ -2,7 +2,7 @@ class C() {
|
||||
public var f: Int
|
||||
|
||||
init {
|
||||
$f = 610
|
||||
f = 610
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user