KT-503 test. Never use asm.Type.getElementType()

This commit is contained in:
Alex Tkachman
2011-11-14 06:17:11 +02:00
parent 3904b91e4c
commit 6982ce454e
5 changed files with 47 additions and 5 deletions
@@ -166,4 +166,8 @@ public class ArrayGenTest extends CodegenTestCase {
Method foo = generateFunction("box");
assertTrue((Integer)foo.invoke(null) == 10);
}
public void testKt503() {
blackBoxFile("regressions/kt503.jet");
}
}