Don't save constant value for non-resolved array expression in K1
#KT-55912 Fixed
This commit is contained in:
+5
@@ -13830,6 +13830,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/evaluate/intrinsics.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt55912.kt")
|
||||
public void testKt55912() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/kt55912.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9443.kt")
|
||||
public void testKt9443() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/evaluate/kt9443.kt");
|
||||
|
||||
Reference in New Issue
Block a user