IR: bugfix in KotlinNothingValueExceptionLowering

This commit is contained in:
Georgy Bronnikov
2020-04-21 16:25:47 +03:00
parent 1fb325d56e
commit 3bb32941a0
8 changed files with 38 additions and 2 deletions
@@ -18618,6 +18618,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/nothingValue"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("inNestedCall.kt")
public void testInNestedCall() throws Exception {
runTest("compiler/testData/codegen/box/nothingValue/inNestedCall.kt");
}
@TestMetadata("nothingValueException.kt")
public void testNothingValueException() throws Exception {
runTest("compiler/testData/codegen/box/nothingValue/nothingValueException.kt");