Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: runtime/vm/class_finalizer.cc

Issue 8933014: Rename type parameter to comply with upcoming corelib changes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/array.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_finalizer.cc
===================================================================
--- runtime/vm/class_finalizer.cc (revision 2395)
+++ runtime/vm/class_finalizer.cc (working copy)
@@ -421,11 +421,10 @@
if (mismatch) {
const String& interface_name = String::Handle(interface.Name());
const String& factory_name = String::Handle(factory_class.Name());
- // TODO(regis): Report the filename and position as well.
const Script& script = Script::Handle(interface.script());
ReportError(script, unresolved_factory_class.token_index(),
- "mismatch in number or names of type parameters between "
- "factory clause of interface '%s' and actual factory "
+ "mismatch in number, names, or bounds of type parameters "
+ "between default clause of interface '%s' and actual factory "
"class '%s'.\n",
interface_name.ToCString(),
factory_name.ToCString());
« no previous file with comments | « runtime/lib/array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698