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

Unified Diff: pkg/compiler/lib/src/elements/modelx.dart

Issue 938173004: Small fixes in preparation for SemanticVisitor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/compiler/lib/src/typechecker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/elements/modelx.dart
diff --git a/pkg/compiler/lib/src/elements/modelx.dart b/pkg/compiler/lib/src/elements/modelx.dart
index 40b247a0a292054c07b8c7830b3a39650bbc4ed6..19eee6a1de472de630757085c6929ec3a6ca44d9 100644
--- a/pkg/compiler/lib/src/elements/modelx.dart
+++ b/pkg/compiler/lib/src/elements/modelx.dart
@@ -1864,7 +1864,7 @@ abstract class BaseFunctionElementX
}
abstract class FunctionElementX extends BaseFunctionElementX
- with AnalyzableElementX implements MemberElement {
+ with AnalyzableElementX implements MethodElement {
FunctionElementX(String name,
ElementKind kind,
Modifiers modifiers,
@@ -2935,8 +2935,6 @@ class TypeVariableElementX extends ElementX with AstElementMixin
Node parseNode(compiler) => node;
- String toString() => "${enclosingElement.toString()}.${name}";
-
Token get position => node.getBeginToken();
accept(ElementVisitor visitor) => visitor.visitTypeVariableElement(this);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/typechecker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698