Tests fixed

This commit is contained in:
Andrey Breslav
2011-04-04 21:26:52 +04:00
parent fee824bd78
commit 69a39907e2
5 changed files with 9 additions and 5 deletions
@@ -10,7 +10,7 @@ class C {
fun equals(a : Any?) : Int
}
fun f(): Int {
fun f(): Unit {
var x: Int? = 1
x = 1
x <error>+</error> 1