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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java

Issue 10917187: First partial step at removing interfaces in libraries. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 months 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 | « compiler/java/com/google/dart/compiler/resolver/Resolver.java ('k') | lib/core/collection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
===================================================================
--- compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (revision 12179)
+++ compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (working copy)
@@ -150,7 +150,7 @@
CONSTRUCTOR_WITH_NAME_OF_MEMBER(
ErrorSeverity.WARNING,
"Constructor cannot have the same name as the name of a member declared in the enclosing class"),
- METHOD_MUST_HAVE_BODY("A non-abstract method must have a body"),
+ METHOD_MUST_HAVE_BODY("Method must have a body in a non-abstract class"),
NAMED_PARAMETERS_CANNOT_START_WITH_UNDER("Named parameters cannot start with an '_' character"),
NEW_EXPRESSION_CANT_USE_TYPE_VAR("New expression cannot be invoked on type variable"),
NEW_EXPRESSION_NOT_CONSTRUCTOR(
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/Resolver.java ('k') | lib/core/collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698