"field": deprecated warnings introduced, compiler tests migrated to the new syntax
This commit is contained in:
committed by
Mikhail Glukhikh
parent
028e0ec59a
commit
a1e3471d92
@@ -1,4 +1,4 @@
|
||||
class Raise() {
|
||||
var zz = 1
|
||||
set(it) { $zz = it / 2 }
|
||||
set(it) { field = it / 2 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user