JVM_IR KT-34594 strip fake variable initialization during inlining
This commit is contained in:
+18
@@ -3150,6 +3150,24 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFun.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noFakeVariableForInlineOnlyFunFromStdlib.kt")
|
||||
public void testNoFakeVariableForInlineOnlyFunFromStdlib() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunFromStdlib.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noFakeVariableForInlineOnlyFunMap.kt")
|
||||
public void testNoFakeVariableForInlineOnlyFunMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noFakeVariableForInlineOnlyFunWithLambda.kt")
|
||||
public void testNoFakeVariableForInlineOnlyFunWithLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noSynAccessor.kt")
|
||||
public void testNoSynAccessor() throws Exception {
|
||||
|
||||
+18
@@ -3288,6 +3288,24 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFun.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noFakeVariableForInlineOnlyFunFromStdlib.kt")
|
||||
public void testNoFakeVariableForInlineOnlyFunFromStdlib() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunFromStdlib.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noFakeVariableForInlineOnlyFunMap.kt")
|
||||
public void testNoFakeVariableForInlineOnlyFunMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noFakeVariableForInlineOnlyFunWithLambda.kt")
|
||||
public void testNoFakeVariableForInlineOnlyFunWithLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inline/noFakeVariableForInlineOnlyFunWithLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noSynAccessor.kt")
|
||||
public void testNoSynAccessor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user