Property resolution

This commit is contained in:
Andrey Breslav
2011-03-23 16:04:36 +03:00
parent 3ba947da25
commit cd339fbb1b
19 changed files with 89 additions and 90 deletions
@@ -36,7 +36,7 @@ import util.*
}
~Foo~class Foo {
~set1~fun set(i : Int, val : String) {}
~set1~fun set(i : Int, val1 : String) {}
~get1~fun get(i : Int) : Int {}
~get2~fun get(i : Int, j : Int) : String {}
~get3~fun get(i : Object) : Any {return i }