Old backing field with dollar is now forbidden
This commit is contained in:
@@ -22,7 +22,7 @@ class A {
|
||||
return 1
|
||||
}
|
||||
set(i: Int) {
|
||||
$prop = i
|
||||
field = i
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user