File tree Expand file tree Collapse file tree
packages/app-web-docs/src/docs/contributing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,20 +150,29 @@ class Foo {}
150150class Foo {}
151151
152152// interior.class
153+ // statement.iteration.class
154+ // name.iteration.class
155+ // value.iteration.class
156+ // type.iteration.class
153157class Foo { }
154158
155159// functionCall
156160// functionCallee
157161// statement.functionCall
158162foo();
159163
160- // argumentList.actual.singleLine
161164// argument.actual.singleLine
162165// argument.actual.iteration
166+ // argumentList.actual.singleLine
163167foo(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
167176void bar(int aaa, int bbb) {}
168177
169178// argumentList.formal.multiLine
You can’t perform that action at this time.
0 commit comments