| Index: pkg/analyzer/lib/src/generated/type_system.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/type_system.dart b/pkg/analyzer/lib/src/generated/type_system.dart
|
| index 5d08b0aeb19d421856da7acd06647a676799748b..2f4229625823b42dd4f5c686ce762785c015c21c 100644
|
| --- a/pkg/analyzer/lib/src/generated/type_system.dart
|
| +++ b/pkg/analyzer/lib/src/generated/type_system.dart
|
| @@ -219,7 +219,7 @@ class StrongTypeSystemImpl extends TypeSystem {
|
|
|
| List<ParameterElement> parameters = t.parameters.map(shave).toList();
|
| FunctionElementImpl function = new FunctionElementImpl("", -1);
|
| - function.synthetic = true;
|
| + function.isSynthetic = true;
|
| function.returnType = t.returnType;
|
| function.shareTypeParameters(t.typeFormals);
|
| function.shareParameters(parameters);
|
|
|