Generic Java classes supported

This commit is contained in:
Andrey Breslav
2011-04-22 18:25:09 +04:00
parent 55518cd654
commit d9997f3c25
17 changed files with 255 additions and 127 deletions
@@ -76,6 +76,6 @@ fun test() {
for (i in new Range0());
for (i in new Range1());
for (i in (new ArrayList() : List));
for (i in (new ArrayList<Int>() : List<Int>));
}