Old backing field with dollar is now forbidden
This commit is contained in:
@@ -3,7 +3,7 @@ package foo
|
||||
class Test() {
|
||||
var a: Int
|
||||
init {
|
||||
$a = 3
|
||||
a = 3
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user