Do not map this when remapping parameters of static function inside
inline lambda. #KT-23543 Fixed
This commit is contained in:
+5
@@ -1761,6 +1761,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/boxInline/localFunInLambda"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
|
||||
}
|
||||
|
||||
@TestMetadata("defaultParam.kt")
|
||||
public void testDefaultParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/localFunInLambda/defaultParam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInLambdaCapturesAnotherFun.kt")
|
||||
public void testLambdaInLambdaCapturesAnotherFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/localFunInLambda/lambdaInLambdaCapturesAnotherFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user