"field": deprecated warnings introduced, compiler tests migrated to the new syntax
This commit is contained in:
committed by
Mikhail Glukhikh
parent
028e0ec59a
commit
a1e3471d92
@@ -29,7 +29,7 @@ class A() {
|
||||
val a: A = A()
|
||||
get() {
|
||||
c0++
|
||||
return $a
|
||||
return field
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
@@ -18,7 +18,7 @@ class A() {
|
||||
var a: A = A()
|
||||
get() {
|
||||
c0++
|
||||
return $a
|
||||
return field
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user