All tests pass

This commit is contained in:
Andrey Breslav
2011-05-16 20:48:51 +04:00
parent f61b776c10
commit 0f63489f7c
5 changed files with 219 additions and 198 deletions
@@ -0,0 +1,9 @@
var xxxx = 1
~SimpleClass~class SimpleClass(x : Int) {
fun foo() = x
}
fun foo() {
new `SimpleClass`SimpleClass(1).`!`xxxx
}