[JVM_IR] Recursively perform constant lowering.

Otherwise constants in child expressions are not transformed.

^KT-47716 Fixed.
This commit is contained in:
Mads Ager
2021-07-19 13:03:37 +02:00
committed by Alexander Udalov
parent 2877f1cabe
commit 6436a1686d
10 changed files with 56 additions and 0 deletions
@@ -34180,6 +34180,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/unsignedTypes/kt43286a.kt");
}
@TestMetadata("kt47716.kt")
public void testKt47716() throws Exception {
runTest("compiler/testData/codegen/box/unsignedTypes/kt47716.kt");
}
@TestMetadata("literalEqualsNullableUnsigned.kt")
public void testLiteralEqualsNullableUnsigned() throws Exception {
runTest("compiler/testData/codegen/box/unsignedTypes/literalEqualsNullableUnsigned.kt");