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
@@ -11,5 +11,5 @@ namespace Jet86
}
val a = `A`A.`A.x`x
val c = `B`B.`!null`x
val c = `B`B.`!error`x
val d = B().`B.x`x
+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
}