KT-1441 proper identityEquals

This commit is contained in:
Alex Tkachman
2012-04-02 13:32:15 +03:00
parent 3bae350829
commit a4ebbaa1a0
4 changed files with 67 additions and 1 deletions
@@ -290,4 +290,8 @@ public class ControlStructuresTest extends CodegenTestCase {
public void testKt628() throws Exception {
blackBoxFile("regressions/kt628.kt");
}
public void testKt1441() throws Exception {
blackBoxFile("regressions/kt1441.kt");
}
}