KT-518 - array like expression via intrinsic method

This commit is contained in:
Alex Tkachman
2011-11-18 12:10:08 +02:00
parent c896206284
commit b054ccefdb
6 changed files with 77 additions and 8 deletions
@@ -280,4 +280,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt446 () throws Exception {
blackBoxFile("regressions/kt446.jet");
}
public void testKt518 () throws Exception {
blackBoxFile("regressions/kt518.jet");
}
}