[K/N] Handle Unit? and Nothing? correctly in finally transformation
^KT-52985
This commit is contained in:
+6
@@ -14413,6 +14413,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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