Tests fixed
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user