| Index: pkg/intl/lib/src/intl_message.dart
|
| diff --git a/pkg/intl/lib/src/intl_message.dart b/pkg/intl/lib/src/intl_message.dart
|
| index e83213794a700a22cd82c3f15ac85b6368e08a07..a502326280b3b06184870adb3bf7841438994b39 100644
|
| --- a/pkg/intl/lib/src/intl_message.dart
|
| +++ b/pkg/intl/lib/src/intl_message.dart
|
| @@ -323,7 +323,7 @@ class MainMessage extends ComplexMessage {
|
| String description;
|
|
|
| /** The examples from the Intl.message call */
|
| - String examples;
|
| + Map<String, dynamic> examples;
|
|
|
| /**
|
| * The name, which may come from the function name, from the arguments
|
|
|