IR: bugfix in KotlinNothingValueExceptionLowering
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user