| Index: pkg/compiler/lib/src/resolution/access_semantics.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/access_semantics.dart b/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| index 6ebe94cf176352b10620eadb0acaf116397b9592..15e280ab3cffad3283ee1f2b05abe3fdb2691afe 100644
|
| --- a/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| +++ b/pkg/compiler/lib/src/resolution/access_semantics.dart
|
| @@ -477,7 +477,7 @@ class ConstructorAccessSemantics {
|
| final Element element;
|
|
|
| /// The type on which the constructor is invoked.
|
| - final DartType type;
|
| + final ResolutionDartType type;
|
|
|
| ConstructorAccessSemantics(this.kind, this.element, this.type);
|
|
|
|
|