Setter diagnostics fixed

This commit is contained in:
Andrey Breslav
2011-09-05 20:22:32 +04:00
parent ecd63c5f73
commit 8801cf37fe
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
val xx : Int = <error>1 + x</error>
get() : Int = 1
<error>set(ref value : Long) {$x = value}</error>
<error>set(value : Long) {}</error>
val p : Int = <error>1</error>
get() = 1