"field": deprecated warnings introduced, compiler tests migrated to the new syntax
This commit is contained in:
committed by
Mikhail Glukhikh
parent
028e0ec59a
commit
a1e3471d92
@@ -33,7 +33,7 @@ class C {
|
||||
class D {
|
||||
private var foo = 1
|
||||
set(i: Int) {
|
||||
$foo = i + 1
|
||||
field = i + 1
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user