"field": deprecated warnings introduced, compiler tests migrated to the new syntax
This commit is contained in:
committed by
Mikhail Glukhikh
parent
028e0ec59a
commit
a1e3471d92
@@ -6,7 +6,7 @@ val z : Int = 34
|
||||
|
||||
val y : Int = 11
|
||||
get() {
|
||||
return $y
|
||||
return field
|
||||
}
|
||||
|
||||
val x : Int
|
||||
|
||||
Reference in New Issue
Block a user