Workaround for KT-34656: temporary disable assertion

This commit is contained in:
Mikhael Bogdanov
2019-10-29 07:26:17 +01:00
parent de333c18fc
commit 63b115abb6
6 changed files with 45 additions and 3 deletions
@@ -211,6 +211,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt19723.kt");
}
@TestMetadata("kt34656.kt")
public void testKt34656() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt34656.kt");
}
@TestMetadata("kt6552.kt")
public void testKt6552() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt6552.kt");