Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: pkg/analyzer/test/generated/analysis_context_factory.dart

Issue 2489363002: Rename setters synthetic/static to isSynthetic/isStatic. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
];
« no previous file with comments | « pkg/analyzer/lib/src/task/incremental_element_builder.dart ('k') | pkg/analyzer/test/generated/inheritance_manager_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698