KT-2269 fix: hashCode & equals for primitives
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user