| Index: pkg/compiler/lib/src/resolution/type_resolver.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/type_resolver.dart b/pkg/compiler/lib/src/resolution/type_resolver.dart
|
| index 9cae7a8da80dd468e66c46cc16eaf8ed081c1994..0c9ae4261dc8b6746f79dff1e56bea3cf3207927 100644
|
| --- a/pkg/compiler/lib/src/resolution/type_resolver.dart
|
| +++ b/pkg/compiler/lib/src/resolution/type_resolver.dart
|
| @@ -422,7 +422,7 @@ class TypeResolver {
|
| }
|
| }
|
|
|
| - types.checkTypeVariableBounds(type, checkTypeVariableBound);
|
| + types.genericCheckTypeVariableBounds(type, checkTypeVariableBound);
|
| }
|
|
|
| /**
|
|
|