JVM_IR don't move inplace arguments with variable stores
KT-49370 KT-49407
This commit is contained in:
committed by
teamcityserver
parent
45a4cea655
commit
c441980c74
+10
@@ -15360,6 +15360,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/kotlinReflect.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49370.kt")
|
||||
public void testKt49370() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/kt49370.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49407.kt")
|
||||
public void testKt49407() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/kt49407.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapSet.kt")
|
||||
public void testMapSet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineArgsInPlace/mapSet.kt");
|
||||
|
||||
Reference in New Issue
Block a user