| Index: pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| diff --git a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| index b3728fd58c65ee23c2bb85ec76097f51a1c16bd2..7eced8884f078634a1397d66e1e8b15d2484f970 100644
|
| --- a/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| +++ b/pkg/intl/test/message_extraction/part_of_sample_with_messages.dart
|
| @@ -17,7 +17,10 @@ class YouveGotMessages {
|
| name: 'staticMessage');
|
|
|
| // An instance method, rather than a standalone function.
|
| - method() => Intl.message("This comes from a method", name: 'method');
|
| + method() => Intl.message("This comes from a method", name: 'method',
|
| + desc: 'This is a method with a '
|
| + 'long description which spans '
|
| + 'multiple lines.');
|
|
|
| // A non-lambda, i.e. not using => syntax, and with an additional statement
|
| // before the Intl.message call.
|
|
|