"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
-1
@@ -10,7 +10,7 @@ class A {
|
||||
|
||||
class B {
|
||||
var foo = 1
|
||||
private set(value) { $foo = value }
|
||||
private set(value) { field = value }
|
||||
|
||||
fun foo() {
|
||||
foo = 2
|
||||
|
||||
Reference in New Issue
Block a user