"field": deprecated warnings introduced, compiler tests migrated to the new syntax
This commit is contained in:
committed by
Mikhail Glukhikh
parent
028e0ec59a
commit
a1e3471d92
@@ -2,7 +2,7 @@ package a
|
||||
|
||||
val prop: Int = 0
|
||||
get() {
|
||||
return $prop + 1
|
||||
return field + 1
|
||||
}
|
||||
|
||||
// 2 INVOKESTATIC a/_1Kt.getProp \(\)I
|
||||
|
||||
Reference in New Issue
Block a user