Skip to content

Commit 2359ca7

Browse files
Remove lambda expression from interior scope
1 parent ed299cc commit 2359ca7

26 files changed

+17
-138
lines changed

data/fixtures/scopes/csharp/interior/interior.lambda.expression.scope

Lines changed: 0 additions & 25 deletions
This file was deleted.

data/fixtures/scopes/java/interior/interior.lambda.expression.scope

Lines changed: 0 additions & 25 deletions
This file was deleted.

data/fixtures/scopes/javascript.core/interior/interior.lambda.expression.scope

Lines changed: 0 additions & 25 deletions
This file was deleted.

data/fixtures/scopes/python/interior/interior.lambda.expression.scope

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/fixtures/scopes/python/interior/interior.lambda.expression2.scope

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/common/src/scopeSupportFacets/c.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ export const cScopeSupport: LanguageScopeSupportFacetMap = {
246246
"argumentList.formal.lambda.empty": notApplicable,
247247
"argumentList.formal.lambda.multiLine": notApplicable,
248248
"argumentList.formal.lambda.singleLine": notApplicable,
249-
"interior.lambda.block": notApplicable,
250-
"interior.lambda.expression": notApplicable,
249+
"interior.lambda": notApplicable,
251250
"value.return.lambda": notApplicable,
252251
anonymousFunction: notApplicable,
253252

0 commit comments

Comments
 (0)