| Index: pkg/compiler/lib/src/warnings.dart
|
| diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
|
| index eb3204571fd97432dc6bfbcb95273387ee2987cc..a4b3ea016245c15c505c9c656706e2376ba7e726 100644
|
| --- a/pkg/compiler/lib/src/warnings.dart
|
| +++ b/pkg/compiler/lib/src/warnings.dart
|
| @@ -640,10 +640,11 @@ main() => new C<String>();
|
| "Not a compile-time constant.");
|
|
|
| static const MessageKind DEFERRED_COMPILE_TIME_CONSTANT = const MessageKind(
|
| - "A Deferred value cannot be used as a compile-time constant.");
|
| + "A deferred value cannot be used as a compile-time constant.");
|
|
|
| static const MessageKind DEFERRED_COMPILE_TIME_CONSTANT_CONSTRUCTION =
|
| - const MessageKind("A deferred class cannot be used to create a"
|
| + const MessageKind(
|
| + "A deferred class cannot be used to create a "
|
| "compile-time constant.");
|
|
|
| static const MessageKind CYCLIC_COMPILE_TIME_CONSTANTS = const MessageKind(
|
|
|