Revert "KT-53146 Don't coerce Nothing? returned from "catch" clauses"

This reverts commit 903a5d69a4.
This commit is contained in:
Pavel Mikhailovskii
2022-10-10 13:36:44 +02:00
parent 8eb0ca705d
commit 5fdfd4a421
4 changed files with 1 additions and 33 deletions
@@ -4787,12 +4787,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/casts/kt50577.kt");
}
@Test
@TestMetadata("kt53146.kt")
public void testKt53146() throws Exception {
runTest("compiler/testData/codegen/box/casts/kt53146.kt");
}
@Test
@TestMetadata("kt53677.kt")
public void testKt53677() throws Exception {