We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2359ca7 commit 9a874e4Copy full SHA for 9a874e4
data/scopeSupportFacetInfos.md
@@ -187,8 +187,7 @@
187
- `interior.function` The body of a function declaration
188
- `interior.if` The body of an if/elif/else branch
189
- `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
+- `interior.lambda` The block body of a lambda/anonymous function
192
- `interior.method` The body of a method declaration
193
- `interior.namespace` the body of a namespace statement
194
- `interior.resource` the body of a 'with' / 'use' / 'using' statement
0 commit comments