KT-1055 wrong identityEquals codegen

This commit is contained in:
Alex Tkachman
2012-01-18 17:34:48 +01:00
parent 4521a26350
commit 01b405c86a
3 changed files with 20 additions and 3 deletions
@@ -391,4 +391,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt935 () {
blackBoxFile("regressions/kt935.kt");
}
public void testKt1055 () {
blackBoxFile("regressions/kt1055.kt");
}
}