Skip to content

Commit d69beaf

Browse files
authored
Remove rule about library name clashes in exports (#1096)
1 parent 14fcda2 commit d69beaf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

specification/dartLangSpec.tex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
% 2.8
3030
% - Change several warnings to compile-time errors, matching the actual
3131
% behavior of tools.
32-
% - Eliminate error for library name conflicts.
32+
% - Eliminate error for library name conflicts in imports and exports.
3333
%
3434
% 2.7
3535
% - Rename non-terminals `<...Definition>` to `<...Declaration>` (e.g., it is
@@ -16604,10 +16604,6 @@ \subsection{Exports}
1660416604
that $L$ \NoIndex{re-exports} $L_i$, or
1660516605
that $L$ \NoIndex{re-exports} \Namespace{i}.
1660616606

16607-
\LMHash{}%
16608-
It is a compile-time error to export two different libraries with the same name
16609-
unless their name is the empty string.
16610-
1661116607

1661216608
\subsection{Parts}
1661316609
\LMLabel{parts}

0 commit comments

Comments
 (0)