"field" reassignment: fix and test

This commit is contained in:
Mikhail Glukhikh
2015-09-16 12:05:44 +03:00
parent 9f640b00d9
commit 9939f96c09
4 changed files with 20 additions and 2 deletions
@@ -0,0 +1,5 @@
val my: Int = 1
get() {
field++
return field
}