Skip to content

Commit b8768bf

Browse files
More scope facets
1 parent 9bc2ade commit b8768bf

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

packages/app-web-docs/src/docs/contributing/scope-test-format.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,29 @@ class Foo {}
150150
class Foo {}
151151

152152
// interior.class
153+
// statement.iteration.class
154+
// name.iteration.class
155+
// value.iteration.class
156+
// type.iteration.class
153157
class Foo { }
154158

155159
// functionCall
156160
// functionCallee
157161
// statement.functionCall
158162
foo();
159163

160-
// argumentList.actual.singleLine
161164
// argument.actual.singleLine
162165
// argument.actual.iteration
166+
// argumentList.actual.singleLine
163167
foo(aaa, bbb);
164168

169+
// argument.formal.singleLine
170+
// argument.formal.iteration
171+
// argumentList.formal.singleLine
165172
// name.argument.formal
173+
// name.argument.formal.iteration
166174
// type.argument.formal
175+
// type.argument.formal.iteration
167176
void bar(int aaa, int bbb) {}
168177

169178
// argumentList.formal.multiLine

0 commit comments

Comments
 (0)