| Index: pkg/analyzer/test/generated/analysis_context_factory.dart
|
| diff --git a/pkg/analyzer/test/generated/analysis_context_factory.dart b/pkg/analyzer/test/generated/analysis_context_factory.dart
|
| index b2c197548656f311ceae61851d98a53dbaf4c367..fe3c66a15d18f0eabb94add8ad0137063484bd58 100644
|
| --- a/pkg/analyzer/test/generated/analysis_context_factory.dart
|
| +++ b/pkg/analyzer/test/generated/analysis_context_factory.dart
|
| @@ -209,7 +209,7 @@ class AnalysisContextFactory {
|
| }
|
| FunctionElementImpl thenOnValue = ElementFactory.functionElement3('onValue',
|
| DynamicElementImpl.instance, [futureElement.typeParameters[0]], null);
|
| - thenOnValue.synthetic = true;
|
| + thenOnValue.isSynthetic = true;
|
|
|
| DartType futureRType = futureElement.type.instantiate([futureThenR.type]);
|
| MethodElementImpl thenMethod = ElementFactory
|
| @@ -248,7 +248,7 @@ class AnalysisContextFactory {
|
| VoidTypeImpl.instance.element,
|
| <TypeDefiningElement>[streamElement.typeParameters[0]],
|
| null);
|
| - listenOnData.synthetic = true;
|
| + listenOnData.isSynthetic = true;
|
| List<DartType> parameterTypes = <DartType>[
|
| listenOnData.type,
|
| ];
|
|
|