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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f3431bd3ef7e475bbdafad1cc36e9e28ba49a254 |
--- /dev/null |
+++ b/pkg/compiler/lib/src/diagnostics/generated/shared_messages.dart |
@@ -0,0 +1,25 @@ |
+/* |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+DON'T EDIT. GENERATED. DON'T EDIT. |
+*/ |
+// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+import '../messages.dart' show MessageTemplate; |
+ |
+enum SharedMessageKind {exampleMessage} |
+ |
+const Map<SharedMessageKind, MessageTemplate> TEMPLATES = const <SharedMessageKind, MessageTemplate>{ |
+SharedMessageKind.exampleMessage: const MessageTemplate(SharedMessageKind.exampleMessage, "#use #named #arguments", howToFix: "an explanation on how to fix things", examples: const ["Some multiline example;\nThat generates the bug.",const {'fileA.dart':"or a map from file to content.\nagain multiline",'fileB.dart':"with possibly multiple files.\nmuliline too",},]), |
+}; |