Issue 20050. Show corrections for errors.
R=brianwilkerson@google.com, danrubel@google.com BUG= https://code.google.com/p/dart/issues/detail?id=20050 Review URL: https://codereview.chromium.org//923623002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43736 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -3806,7 +3806,9 @@ class StaticWarningCode extends ErrorCode {
|
||||
*/
|
||||
static const StaticWarningCode AMBIGUOUS_IMPORT = const StaticWarningCode(
|
||||
'AMBIGUOUS_IMPORT',
|
||||
"The name '{0}' is defined in the libraries {1}");
|
||||
"The name '{0}' is defined in the libraries {1}",
|
||||
"Consider using 'as prefix' for one of the import directives "
|
||||
"or hiding the name from all but one of the imports.");
|
||||
|
||||
/**
|
||||
* 12.11.1 New: It is a static warning if the static type of <i>a<sub>i</sub>,
|
||||
|
||||
Reference in New Issue
Block a user