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

Unified Diff: test/message_extraction/part_of_sample_with_messages.dart

Issue 1244843002: Allow ClassName_methodName for a message name, easier to disambiguate duplicates (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Created 5 years, 5 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 | « test/message_extraction/make_hardcoded_translation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message_extraction/part_of_sample_with_messages.dart
diff --git a/test/message_extraction/part_of_sample_with_messages.dart b/test/message_extraction/part_of_sample_with_messages.dart
index dc52d2183ee8907c26d59118a65ee602a137fe90..31cddccd12257bf3d27306be795638f0bcb40217 100644
--- a/test/message_extraction/part_of_sample_with_messages.dart
+++ b/test/message_extraction/part_of_sample_with_messages.dart
@@ -18,7 +18,7 @@ class YouveGotMessages {
// An instance method, rather than a standalone function.
method() => Intl.message("This comes from a method",
- name: 'method', desc: 'This is a method with a '
+ name: 'YouveGotMessages_method', desc: 'This is a method with a '
'long description which spans '
'multiple lines.');
« no previous file with comments | « test/message_extraction/make_hardcoded_translation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698