-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CFE: Remove error for library name clash #42700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
legacy-area-front-end
Legacy: Use area-dart-model instead.
Comments
What about export of libraries with library name clashes? |
Good catch! |
dart-lang/language#1096 has now been landed, so the error for library name clashes in exports should also be eliminated. |
This was referenced Jul 20, 2020
Closed
'name_clash_test' with/without null safety updated here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CFE reports a warning in the following situation:
The response with
dart
from commit a48bebe is as follows:This warning was removed from the language specification in dart-lang/language#1083, so the CFE should no more report this warning, with or without null-safety.
The text was updated successfully, but these errors were encountered: