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
@@ -59,7 +59,7 @@ fun f_plus(): Int {
}
fun <T> tt(t : T) : T {
val x : List = 0
val x : List<Int> = 0
x`java::java.util.List.get()`[1]
val foo = new `Bar()`Bar()
foo`!`[null, 1]