use standard generateTypeInfo() call in pushTypeArguments()

This commit is contained in:
Dmitry Jemerov
2011-07-08 12:09:16 +02:00
parent 4e48e527b1
commit dac522d7a9
3 changed files with 17 additions and 3 deletions
@@ -100,6 +100,10 @@ public class TypeInfoTest extends CodegenTestCase {
blackBoxFile("typeInfo/genericFunction.jet");
}
public void testForwardTypeParameter() throws Exception {
blackBoxFile("typeInfo/forwardTypeParameter.jet");
}
private Runnable newRunnable() {
return new Runnable() {
@Override