[JVM_IR] Recursively perform constant lowering.
Otherwise constants in child expressions are not transformed. ^KT-47716 Fixed.
This commit is contained in:
committed by
Alexander Udalov
parent
2877f1cabe
commit
6436a1686d
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user