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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/VariableElementImpl.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/VariableElementImpl.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/VariableElementImpl.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/VariableElementImpl.java
index 14bebc39489e6f96382715caa91035a0ca4f984b..922c69293f532123f22917cb14219eb809d21c1c 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/VariableElementImpl.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/VariableElementImpl.java
@@ -21,6 +21,7 @@ import com.google.dart.engine.element.FunctionElement;
import com.google.dart.engine.element.VariableElement;
import com.google.dart.engine.internal.constant.EvaluationResultImpl;
import com.google.dart.engine.type.Type;
+import com.google.dart.engine.utilities.translation.DartName;
/**
* Instances of the class {@code VariableElementImpl} implement a {@code VariableElement}.
@@ -49,6 +50,7 @@ public abstract class VariableElementImpl extends ElementImpl implements Variabl
*
* @param name the name of this element
*/
+ @DartName("forNode")
public VariableElementImpl(Identifier name) {
super(name);
}

Powered by Google App Engine
This is Rietveld 408576698