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

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

Issue 746993002: Avoid patching in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/compiler.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 1bd8947b67159a4c5d544258f6797a97106ebb07..69c5fc7786cc454741edf8097cec96162f658114 100644
--- a/pkg/analyzer2dart/lib/src/modely.dart
+++ b/pkg/analyzer2dart/lib/src/modely.dart
@@ -140,9 +140,6 @@ class ElementY extends dart2js.Element {
bool get isFactoryConstructor => unsupported('isFactoryConstructor');
@override
- bool get isForwardingConstructor => unsupported('isForwardingConstructor');
-
- @override
bool get isInjected => unsupported('isInjected');
@override
@@ -347,6 +344,11 @@ abstract class TopLevelElementMixin implements ElementY {
abstract class FunctionElementMixin
implements ElementY, dart2js.FunctionElement {
+
+ // TODO(johnniwinther): Ensure the correct semantics of this.
+ @override
+ bool get isExternal => false;
+
@override
get abstractField => unsupported('abstractField');
« no previous file with comments | « no previous file | pkg/compiler/lib/src/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698