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