KT-757 wrong inv() for long

This commit is contained in:
Alex Tkachman
2011-12-06 13:29:28 +02:00
parent d1acab01cd
commit 5dff5bded9
3 changed files with 21 additions and 1 deletions
@@ -350,6 +350,11 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt684 () {
blackBoxFile("regressions/kt684.jet");
// System.out.println(generateToText());
}
public void testKt757 () {
blackBoxFile("regressions/kt757.jet");
// System.out.println(generateToText());
}
}