Update test data for various tests

Due to slight semantic changes after class object refactor
This commit is contained in:
Pavel V. Talanov
2015-01-28 14:06:23 +03:00
parent 7b837e2631
commit 1972c2f177
11 changed files with 32 additions and 51 deletions
@@ -1,7 +1,7 @@
class C {
<error>class object</error> {
<error>val `OBJECT$`</error> = this
val <error>Default</error> = this
}
val `OBJECT$` = C
val <error>Default</error> = C
}