Index: pkg/analyzer/lib/src/generated/testing/test_type_provider.dart |
diff --git a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart |
index 6a36a8beb6cd9589642e66a5a2bf457e056409e9..5e4e43da22e69c4ac190c2f643365895900be7c9 100644 |
--- a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart |
+++ b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart |
@@ -516,7 +516,7 @@ class TestTypeProvider extends TypeProviderBase { |
ClassElementImpl typeClass = ElementFactory.classElement2("Type"); |
typeClass.constructors = <ConstructorElement>[ |
ElementFactory.constructorElement(typeClass, null, false) |
- ..synthetic = true |
+ ..isSynthetic = true |
]; |
_typeType = typeClass.type; |
} |
@@ -611,12 +611,12 @@ class TestTypeProvider extends TypeProviderBase { |
fromEnvironment.isCycleFree = true; |
numElement.constructors = <ConstructorElement>[ |
ElementFactory.constructorElement(numElement, null, false) |
- ..synthetic = true |
+ ..isSynthetic = true |
]; |
intElement.constructors = <ConstructorElement>[fromEnvironment]; |
doubleElement.constructors = <ConstructorElement>[ |
ElementFactory.constructorElement(doubleElement, null, false) |
- ..synthetic = true |
+ ..isSynthetic = true |
]; |
ConstFieldElementImpl varINFINITY = ElementFactory.fieldElement( |
"INFINITY", true, false, true, _doubleType, |