| Index: pkg/compiler/lib/src/dart_types.dart
|
| diff --git a/pkg/compiler/lib/src/dart_types.dart b/pkg/compiler/lib/src/dart_types.dart
|
| index d7f445173fd77847128c8d92f7b19bd4c80e904f..5a60a7215535baa7b10e5df1e4e9e30bdcd35d57 100644
|
| --- a/pkg/compiler/lib/src/dart_types.dart
|
| +++ b/pkg/compiler/lib/src/dart_types.dart
|
| @@ -1481,7 +1481,7 @@ class Types implements DartTypes {
|
| }
|
|
|
| compiler.internalError(CURRENT_ELEMENT_SPANNABLE,
|
| - message: 'No least upper bound computed for $a and $b.');
|
| + 'No least upper bound computed for $a and $b.');
|
| return null;
|
| }
|
|
|
|
|