IR: close over the set of captured type parameters
This commit is contained in:
+5
@@ -12023,6 +12023,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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