IR: close over the set of captured type parameters
This commit is contained in:
Generated
+5
@@ -9383,6 +9383,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureUpperBoundedTypeParameter.kt")
|
||||
public void testCaptureUpperBoundedTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/captureUpperBoundedTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("definedWithinLambda.kt")
|
||||
public void testDefinedWithinLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/definedWithinLambda.kt");
|
||||
|
||||
+5
@@ -10458,6 +10458,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureUpperBoundedTypeParameter.kt")
|
||||
public void testCaptureUpperBoundedTypeParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/captureUpperBoundedTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("definedWithinLambda.kt")
|
||||
public void testDefinedWithinLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/definedWithinLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user