Chromium Code Reviews

Unified Diff: pkg/intl/example/basic/messages_de.dart

Issue 13817008: Fix some warnings in pub and pkg packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/intl/example/basic/messages_de.dart
diff --git a/pkg/intl/example/basic/messages_de.dart b/pkg/intl/example/basic/messages_de.dart
index d18c98113972cc84dd97e6ed10c3441b512905fa..7110088a6e6573b6915a3a8293201cd2d52c1054 100644
--- a/pkg/intl/example/basic/messages_de.dart
+++ b/pkg/intl/example/basic/messages_de.dart
@@ -17,6 +17,8 @@ class MessageLookup extends MessageLookupByLibrary {
get localeName => 'de';
+ bool localeExists(localeName) => null;
+
final messages = {
"runAt" : (time, day) => Intl.message("Ausgedruckt am $time am $day.")
};

Powered by Google App Engine