| Index: pkg/analyzer/lib/src/summary/link.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/link.dart b/pkg/analyzer/lib/src/summary/link.dart
|
| index 87bbebc6cea1a915e530ca96cb0514b4929a0bdc..2d1dd55b6b88dcbc9852779ab8711ff6732afe01 100644
|
| --- a/pkg/analyzer/lib/src/summary/link.dart
|
| +++ b/pkg/analyzer/lib/src/summary/link.dart
|
| @@ -1061,7 +1061,9 @@ abstract class CompilationUnitElementForLink
|
| @override
|
| DartType resolveTypeRef(
|
| EntityRef type, TypeParameterizedElementMixin typeParameterContext,
|
| - {bool defaultVoid: false, bool instantiateToBoundsAllowed: true}) {
|
| + {bool defaultVoid: false,
|
| + bool instantiateToBoundsAllowed: true,
|
| + bool declaredType: false}) {
|
| if (type == null) {
|
| if (defaultVoid) {
|
| return VoidTypeImpl.instance;
|
|
|