Old backing field with dollar is now forbidden
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class Test {
|
||||
var prop4 : Int = 13
|
||||
|
||||
fun incProp4() {
|
||||
$prop4++
|
||||
prop4++
|
||||
}
|
||||
|
||||
public var prop5 : Int = 14
|
||||
|
||||
Reference in New Issue
Block a user