Skip to content

Commit e758f39

Browse files
Remove lambda expression from interior scope (#3021)
This was just implemented and was actually really unintuitive and broke my workflow.
1 parent ed299cc commit e758f39

27 files changed

+18
-140
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.

data/scopeSupportFacetInfos.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@
187187
- `interior.function` The body of a function declaration
188188
- `interior.if` The body of an if/elif/else branch
189189
- `interior.interface` The body of a interface
190-
- `interior.lambda.block` The block body of a lambda/anonymous function
191-
- `interior.lambda.expression` The expression body of a lambda/anonymous function
190+
- `interior.lambda` The block body of a lambda/anonymous function
192191
- `interior.method` The body of a method declaration
193192
- `interior.namespace` the body of a namespace statement
194193
- `interior.resource` the body of a 'with' / 'use' / 'using' statement

0 commit comments

Comments
 (0)