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

Unified Diff: pkg/analyzer2dart/lib/src/modely.dart

Issue 1021813002: Redo "Use an explicit 'this' parameter instead of 'This' nodes." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « no previous file | pkg/analyzer2dart/test/sexpr_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer2dart/lib/src/modely.dart
diff --git a/pkg/analyzer2dart/lib/src/modely.dart b/pkg/analyzer2dart/lib/src/modely.dart
index 4df5cdc734d81b93fef169c4cc7444aa975c1f4a..493b58da45a0d94815a57436aec4583cb7de788c 100644
--- a/pkg/analyzer2dart/lib/src/modely.dart
+++ b/pkg/analyzer2dart/lib/src/modely.dart
@@ -753,9 +753,15 @@ abstract class LocalElementMixin implements ElementY, dart2js.LocalElement {
bool get isLocal => true;
@override
+ bool get isInstanceMember => false;
+
+ @override
bool get isStatic => false;
@override
+ bool get isTopLevel => false;
+
+ @override
get executableContext => unsupported('executableContext');
// TODO(johnniwinther): Ensure the correct semantics of this.
@@ -880,4 +886,4 @@ class InstanceMethodElementY extends ElementY
@override
get nestedClosures => unsupported('nestedClosures');
-}
+}
« no previous file with comments | « no previous file | pkg/analyzer2dart/test/sexpr_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698