| 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 4482d34a4e2149ccd82bf39b9c8869d639aafaaa..486f0937fb179816f5a0896e7d9c44b849fba39c 100644
|
| --- a/pkg/compiler/lib/src/dart_types.dart
|
| +++ b/pkg/compiler/lib/src/dart_types.dart
|
| @@ -1280,7 +1280,7 @@ class SubtypeVisitor extends MoreSpecificVisitor {
|
| * substitute for the bound of [typeVariable]. [bound] holds the bound against
|
| * which [typeArgument] should be checked.
|
| */
|
| -typedef void CheckTypeVariableBound(GenericType type, DartType typeArgument,
|
| +typedef CheckTypeVariableBound = void Function(GenericType type, DartType typeArgument,
|
| TypeVariableType typeVariable, DartType bound);
|
|
|
| /// Basic interface for the Dart type system.
|
|
|