| 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 db5d2b86593af1cb23aa8f2702e45adc0815c6aa..d7f445173fd77847128c8d92f7b19bd4c80e904f 100644
|
| --- a/pkg/compiler/lib/src/dart_types.dart
|
| +++ b/pkg/compiler/lib/src/dart_types.dart
|
| @@ -1479,7 +1479,8 @@ class Types implements DartTypes {
|
| return intersection.first;
|
| }
|
| }
|
| - invariant(CURRENT_ELEMENT_SPANNABLE, false,
|
| +
|
| + compiler.internalError(CURRENT_ELEMENT_SPANNABLE,
|
| message: 'No least upper bound computed for $a and $b.');
|
| return null;
|
| }
|
|
|