remove warnings/errors about duplicate library names #34665
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
I'm not sure if this is part of the spec or not, so I'm not sure if this is area-language or area-analyzer or something else. Please adjust as needed.
Library names are anyways not used for anything semantic and we encourage users to either drop them or use them only for documentation purposes. However, we complain about duplicate names when we find them, for example:
for a.dart:
b.dart
c.dart
The text was updated successfully, but these errors were encountered: