Pass along type in IfNullExpressionFusionLowering

This commit is contained in:
Georgy Bronnikov
2020-04-23 14:10:33 +03:00
parent f95ff049c6
commit 565874b3a0
8 changed files with 51 additions and 8 deletions
@@ -11186,6 +11186,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testPrimitive() throws Exception {
runTest("compiler/testData/codegen/box/elvis/primitive.kt");
}
@TestMetadata("withReturn.kt")
public void testWithReturn() throws Exception {
runTest("compiler/testData/codegen/box/elvis/withReturn.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/enum")