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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/MethodElementImpl.java

Issue 247053004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/MethodElementImpl.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/MethodElementImpl.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/MethodElementImpl.java
index 8ceb9cf26ca2a16ffa61e001b02803cea3964729..129cc998230d876e4f36021737646a0d1a192ae4 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/MethodElementImpl.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/MethodElementImpl.java
@@ -20,6 +20,7 @@ import com.google.dart.engine.element.ClassElement;
import com.google.dart.engine.element.ElementKind;
import com.google.dart.engine.element.ElementVisitor;
import com.google.dart.engine.element.MethodElement;
+import com.google.dart.engine.utilities.translation.DartName;
/**
* Instances of the class {@code MethodElementImpl} implement a {@code MethodElement}.
@@ -37,6 +38,7 @@ public class MethodElementImpl extends ExecutableElementImpl implements MethodEl
*
* @param name the name of this element
*/
+ @DartName("forNode")
public MethodElementImpl(Identifier name) {
super(name);
}

Powered by Google App Engine
This is Rietveld 408576698