KT-503 test. Never use asm.Type.getElementType()
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user