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

Unified Diff: pkg/dart_messages/lib/shared_messages.dart

Issue 1780803004: Fix shared messages. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_messages/lib/shared_messages.dart
diff --git a/pkg/dart_messages/lib/shared_messages.dart b/pkg/dart_messages/lib/shared_messages.dart
index 89a69bc217cc499042780f156105e35c1f8a45a1..c2e73c74f6c551815c4a152c68a171a638f87bb8 100644
--- a/pkg/dart_messages/lib/shared_messages.dart
+++ b/pkg/dart_messages/lib/shared_messages.dart
@@ -195,7 +195,6 @@ final Map<String, Message> MESSAGES = {
'CONST_CONSTRUCTOR_WITH_BODY': new Message(
id: 'LGJGHW',
subId: 0,
- specializationOf: "CONST_CONSTRUCTOR_OR_FACTORY_WITH_BODY",
categories: [Category.parserError],
template: "Const constructor can't have a body.",
howToFix: "Try removing the 'const' keyword or the body.",
@@ -212,7 +211,6 @@ final Map<String, Message> MESSAGES = {
'CONST_FACTORY': new Message(
id: 'LGJGHW',
subId: 1,
- specializationOf: "CONST_CONSTRUCTOR_OR_FACTORY_WITH_BODY",
categories: [Category.parserError],
template: "Only redirecting factory constructors can be declared to "
"be 'const'.",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698