Chromium Code Reviews| Index: docs/language/dartLangSpec.tex |
| diff --git a/docs/language/dartLangSpec.tex b/docs/language/dartLangSpec.tex |
| index cfd15366a65a5c01b149210f8a1bfb4a021a770d..363908843ef747097acecefef97f43cd83d5f173 100644 |
| --- a/docs/language/dartLangSpec.tex |
| +++ b/docs/language/dartLangSpec.tex |
| @@ -6942,6 +6942,9 @@ A {\em part header} begins with \PART{} \OF{} followed by the name of the libr |
| \LMHash{} |
| Compiling a part directive of the form \code{\PART{} $s$;} causes the Dart system to attempt to compile the contents of the URI that is the value of $s$. The top-level declarations at that URI are then compiled by the Dart compiler in the scope of the current library. It is a compile-time error if the contents of the URI are not a valid part declaration. It is a static warning if the referenced part declaration $p$ names a library other than the current library as the library to which $p$ belongs. |
| +\LMHash{} |
| +It's a compile-time error if the same library contains two part directives with the same URI. |
| + |
|
eernst
2016/09/26 14:26:36
At first, it seemed reasonable to put a criterion
Lasse Reichstein Nielsen
2016/09/26 16:40:57
I considered something similar. Since I wrote the
|
| \subsection{Scripts} |
| \LMLabel{scripts} |