[NI] Fix type intersection for equal types

This commit is contained in:
Mikhail Zarechenskiy
2017-07-03 10:48:20 +03:00
parent ac507e721c
commit cf75afba66
6 changed files with 62 additions and 5 deletions
@@ -16580,6 +16580,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("intersectionOfEqualTypes.kt")
public void testIntersectionOfEqualTypes() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/intersectionOfEqualTypes.kt");
doTest(fileName);
}
@TestMetadata("kt10143.kt")
public void testKt10143() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/kt10143.kt");