[Language] Import prefix and local declarations in the importing library #3481
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
This issue was originally filed by [email protected]
12.2 says:
It is compile time error if an actual argument to the prefix combinator denotes a name that is declared by the importing library.
Please clarify whether this extends to all names, including non-top-level declarations, type variable names, etc.
Related: issue #3340
The text was updated successfully, but these errors were encountered: