Temporary disable assertion in bridges generation

^KT-34431 Fixed
^KT-34507 Open
This commit is contained in:
Denis Zharkov
2019-10-21 14:29:01 +03:00
parent 28b6913a25
commit d902a5f304
7 changed files with 44 additions and 3 deletions
@@ -3677,6 +3677,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
public void testInSetWithSmartCast() throws Exception {
runTest("compiler/testData/codegen/box/collections/inSetWithSmartCast.kt");
}
@TestMetadata("removeClash.kt")
public void testRemoveClash() throws Exception {
runTest("compiler/testData/codegen/box/collections/removeClash.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/compatibility")
@@ -3687,6 +3687,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
public void testInSetWithSmartCast() throws Exception {
runTest("compiler/testData/codegen/box/collections/inSetWithSmartCast.kt");
}
@TestMetadata("removeClash.kt")
public void testRemoveClash() throws Exception {
runTest("compiler/testData/codegen/box/collections/removeClash.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/compatibility")