[K/N] Handle Unit? and Nothing? correctly in finally transformation
^KT-52985
This commit is contained in:
+6
@@ -17669,6 +17669,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/finally/objectInFinally.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("returnNullFromInlined.kt")
|
||||
public void testReturnNullFromInlined() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/finally/returnNullFromInlined.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("someStuff.kt")
|
||||
public void testSomeStuff() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user