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

Unified Diff: pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart

Issue 1625213003: Update messages, and fix typing in test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
Index: pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart
diff --git a/pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart b/pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart
index 4cfa9426c8a1fa3a284b3857e780cc8c186a5661..e7cc14c87db705d278aaddb257329b4b6158f83d 100644
--- a/pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart
+++ b/pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart
@@ -19,6 +19,7 @@ const Map<SharedMessageKind, MessageTemplate> TEMPLATES = const <SharedMessageKi
SharedMessageKind.exampleMessage: const MessageTemplate(
SharedMessageKind.exampleMessage,
"#use #named #arguments",
+ howToFix: "an explanation on how to fix things",
examples: const [
r'''
Some multiline example;

Powered by Google App Engine
This is Rietveld 408576698