Replace last SourceInterpreter with specific one in inliner
#KT-38489: Fixed
This commit is contained in:
Generated
+10
@@ -956,6 +956,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/simple.kt");
|
||||
@@ -980,6 +985,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
public void testSimpleExtension() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/simpleExtension.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("spillConstructorArgumentsAndInlineLambdaParameter.kt")
|
||||
public void testSpillConstructorArgumentsAndInlineLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/spillConstructorArgumentsAndInlineLambdaParameter.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/contracts")
|
||||
|
||||
+10
@@ -956,6 +956,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/asCheck2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("breaContinuekInInlineLambdaArgument.kt")
|
||||
public void testBreaContinuekInInlineLambdaArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/breaContinuekInInlineLambdaArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/simple.kt");
|
||||
@@ -980,6 +985,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
public void testSimpleExtension() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/simpleExtension.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("spillConstructorArgumentsAndInlineLambdaParameter.kt")
|
||||
public void testSpillConstructorArgumentsAndInlineLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/complexStack/spillConstructorArgumentsAndInlineLambdaParameter.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/boxInline/contracts")
|
||||
|
||||
Reference in New Issue
Block a user