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

Unified Diff: pkg/analyzer/lib/src/generated/element.dart

Issue 1503203002: Additional clean-up after moving to the new task model; a breaking change needed to allow a bug to … (Closed) Base URL: https://github.com/dart-lang/sdk.git@analyzer-breaking-0.27
Patch Set: Created 5 years 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: pkg/analyzer/lib/src/generated/element.dart
diff --git a/pkg/analyzer/lib/src/generated/element.dart b/pkg/analyzer/lib/src/generated/element.dart
index 393b08c561679c7016e26943430e93a6e5105d9f..de16eba20af3ea19097fc210983c543ebd4b977c 100644
--- a/pkg/analyzer/lib/src/generated/element.dart
+++ b/pkg/analyzer/lib/src/generated/element.dart
@@ -7793,16 +7793,6 @@ abstract class LocalVariableElement implements LocalElement, VariableElement {
*/
static const List<LocalVariableElement> EMPTY_LIST =
const <LocalVariableElement>[];
-
- /**
- * Return the resolved [VariableDeclaration] node that declares this
- * [LocalVariableElement].
- *
- * This method is expensive, because resolved AST might be evicted from cache,
- * so parsing and resolving will be performed.
- */
- @override
- VariableDeclaration computeNode();
}
/**

Powered by Google App Engine
This is Rietveld 408576698