Tests fixed

This commit is contained in:
Andrey Breslav
2011-08-31 22:29:23 +04:00
parent 17827c6933
commit 57fcf53e3a
5 changed files with 70 additions and 59 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ fun <~T~T, ~E~E> `T`T.foo(x : `E`E, y : `A`A) : `T`T {
~+1~fun `A`A.plus(a : Any) {
1.`foo`foo()
true.`foo`foo()
true.`!null`foo()
1
}