Mark Unit unspillable if it is merged with unspillable Unit
#KT-42004: Fixed
This commit is contained in:
+5
@@ -10392,6 +10392,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testRefinedIntTypesAnalysis() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safeCallElvis.kt")
|
||||
public void testSafeCallElvis() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/varSpilling/safeCallElvis.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user