| Index: pkg/compiler/lib/src/resolution/resolution.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
|
| index ea20e3b1fdac15f01393938b689a9452879aa201..9317d30f9fca0a1e7497ad8d9b871056f31ea2be 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution.dart
|
| @@ -362,7 +362,7 @@ class ResolverTask extends CompilerTask {
|
| DartType type = visitor.resolveTypeAnnotation(tree.type);
|
| assert(invariant(
|
| element,
|
| - element.variables.type == null ||
|
| + element.variables.type == null ||
|
| // Crude check but we have no equivalence relation that
|
| // equates malformed types, like matching creations of type
|
| // `Foo<Unresolved>`.
|
|
|