pass type arguments to generic functions

This commit is contained in:
Dmitry Jemerov
2011-06-30 18:57:30 +02:00
parent 1bd4eaf474
commit d4453c055e
8 changed files with 73 additions and 23 deletions
@@ -96,6 +96,10 @@ public class TypeInfoTest extends CodegenTestCase {
blackBoxFile("typeInfo/nullability.jet");
}
public void testGenericFunction() throws Exception {
blackBoxFile("typeInfo/genericFunction.jet");
}
private Runnable newRunnable() {
return new Runnable() {
@Override