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 8fb9f0a commit 812f939Copy full SHA for 812f939
specification/dartLangSpec.tex
@@ -41,6 +41,7 @@
41
% - Add several lexical rules about identifiers, clarifying different kinds.
42
% - Clarify the conflicts between extension members and `Object` instance
43
% members.
44
+% - Correct <partDeclaration> to include metadata.
45
%
46
% 2.14
47
% - Add constraint on type of parameter which is covariant-by-declaration in
@@ -19772,7 +19773,8 @@ \subsection{Parts}
19772
19773
19774
<partHeader> ::= <metadata> \PART{} \OF{} (<dottedIdentifierList> | <uri>) `;'
19775
-<partDeclaration> ::= <partHeader> <topLevelDeclaration>* <EOF>
19776
+<partDeclaration> ::=
19777
+ <partHeader> (<metadata> <topLevelDeclaration>)* <EOF>
19778
\end{grammar}
19779
19780
\LMHash{}%
0 commit comments