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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/ExecutableElementImpl.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/ExecutableElementImpl.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/ExecutableElementImpl.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/ExecutableElementImpl.java
index b488aaa39d00b18e9af0e6503480be759e65a872..12575a50ddf9208a9903ff6e7880c340f5d57f87 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/ExecutableElementImpl.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/element/ExecutableElementImpl.java
@@ -26,6 +26,7 @@ import com.google.dart.engine.element.VariableElement;
import com.google.dart.engine.type.FunctionType;
import com.google.dart.engine.type.Type;
import com.google.dart.engine.utilities.dart.ParameterKind;
+import com.google.dart.engine.utilities.translation.DartName;
/**
* The abstract class {@code ExecutableElementImpl} implements the behavior common to
@@ -74,6 +75,7 @@ public abstract class ExecutableElementImpl extends ElementImpl implements Execu
*
* @param name the name of this element
*/
+ @DartName("forNode")
public ExecutableElementImpl(Identifier name) {
super(name);
}

Powered by Google App Engine
This is Rietveld 408576698