| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 8f301875771de6fa31a35a797451e87ed14cb142..30dbe3666d869e248dc44feaae0b30b370464506 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -1834,6 +1834,11 @@ class _CompilerElementEnvironment implements ElementEnvironment {
|
| }
|
|
|
| @override
|
| + ResolutionDartType getTypeVariableBound(TypeVariableElement typeVariable) {
|
| + return typeVariable.bound;
|
| + }
|
| +
|
| + @override
|
| ResolutionInterfaceType createInterfaceType(
|
| ClassElement cls, List<ResolutionDartType> typeArguments) {
|
| cls.ensureResolved(_resolution);
|
|
|