Mark Unit unspillable if it is merged with unspillable Unit

#KT-42004: Fixed
This commit is contained in:
Ilmir Usmanov
2020-09-17 19:06:38 +02:00
parent f6e4705d9c
commit b406022315
9 changed files with 87 additions and 1 deletions
@@ -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");
}
}
}