| Index: sdk/lib/_internal/compiler/implementation/types/types.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/types/types.dart b/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| index a2d7edfc8413ad0d882a1c5c5d43d8f6a608563f..feab4529ff11ec9cd420c4f9aa69f465fb52fd95 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/types.dart
|
| @@ -219,7 +219,7 @@ class ConcreteTypeInferencer extends Visitor {
|
| }
|
|
|
| void interest(Node node, String note) {
|
| - var message = MessageKind.GENERIC.message([note]);
|
| + var message = MessageKind.GENERIC.message({'text': note});
|
| task.compiler.reportWarning(node, message);
|
| }
|
|
|
|
|