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

Unified Diff: dart/frog/leg/elements/elements.dart

Issue 9724032: Resolve type Dynamic and implement black listing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: dart/frog/leg/elements/elements.dart
diff --git a/dart/frog/leg/elements/elements.dart b/dart/frog/leg/elements/elements.dart
index eb251325ce6e2bf37eab4d69b7739001812cb2da..0b9012e4603ee07179c600bc943a12fa817cb5a5 100644
--- a/dart/frog/leg/elements/elements.dart
+++ b/dart/frog/leg/elements/elements.dart
@@ -763,7 +763,7 @@ class ClassElement extends ContainerElement {
return supertype === null ? null : supertype.element;
}
- bool isInterface() => false;
+ bool isInterface() => true;
ngeoffray 2012/03/19 11:48:01 ? What is this for? I believe the original false r
ahe 2012/03/19 15:31:09 Done.
bool isNative() => nativeName != null;
SourceString nativeName;
}

Powered by Google App Engine
This is Rietveld 408576698