KT-2269 fix: hashCode & equals for primitives

This commit is contained in:
Alex Tkachman
2012-08-04 08:55:38 +03:00
parent bcec8b7c36
commit 301b55788e
4 changed files with 70 additions and 3 deletions
@@ -440,4 +440,9 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt1397() {
blackBoxFile("regressions/kt1397.kt");
}
public void testKt2269() {
blackBoxFile("regressions/kt2269.kt");
System.out.println(generateToText());
}
}