Fix === comparison for primitive types

#KT-6590 Fixed
This commit is contained in:
Alexander Udalov
2015-01-13 16:14:10 +03:00
parent 3a04bd7e44
commit 76d11330ee
3 changed files with 23 additions and 2 deletions
@@ -5550,6 +5550,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt6590_identityEquals.kt")
public void testKt6590_identityEquals() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/primitiveTypes/kt6590_identityEquals.kt");
doTest(fileName);
}
@TestMetadata("kt665.kt")
public void testKt665() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/primitiveTypes/kt665.kt");