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
@@ -4458,6 +4458,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/collections/removeAtInt.kt");
}
@TestMetadata("removeClash.kt")
public void testRemoveClash() throws Exception {
runTest("compiler/testData/codegen/box/collections/removeClash.kt");
}
@TestMetadata("strList.kt")
public void testStrList() throws Exception {
runTest("compiler/testData/codegen/box/collections/strList.kt");