| Index: pkg/analyzer/lib/src/generated/type_system.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/type_system.dart b/pkg/analyzer/lib/src/generated/type_system.dart
|
| index 44e6eb02321adc1f76118de9e4a1fbe73752824c..799ec44bfbdfec6271969111e4fb6b56b558c613 100644
|
| --- a/pkg/analyzer/lib/src/generated/type_system.dart
|
| +++ b/pkg/analyzer/lib/src/generated/type_system.dart
|
| @@ -907,7 +907,7 @@ abstract class TypeSystem {
|
| */
|
| DartType getLeastUpperBound(
|
| TypeProvider typeProvider, DartType type1, DartType type2,
|
| - {dynamicIsBottom: false}) {
|
| + {bool dynamicIsBottom: false}) {
|
| // The least upper bound relation is reflexive.
|
| if (identical(type1, type2)) {
|
| return type1;
|
|
|