TopDown analysis for method bodies

This commit is contained in:
Andrey Breslav
2011-02-28 14:34:03 +03:00
parent 248ed385d5
commit 4e0b6deda5
10 changed files with 98 additions and 37 deletions
+1
View File
@@ -3,6 +3,7 @@ class A {
}
fun foo(a : Int) = a
fun foo() : Int = 1
fun foo1() : B = new B()
}