| Index: pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/secret_tree_element.dart b/pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| index c4d2029e3fc1c259fd0b9ca2f81e982b234b9e7a..635ffe77b648865ba6f613b5c760344e2207a472 100644
|
| --- a/pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| +++ b/pkg/compiler/lib/src/resolution/secret_tree_element.dart
|
| @@ -31,7 +31,6 @@ abstract class TreeElementMixin {
|
| ///
|
| /// This class is the superclass of all AST nodes.
|
| abstract class NullTreeElementMixin implements TreeElementMixin, Spannable {
|
| -
|
| // Deliberately using [Object] here to thwart code completion.
|
| // You're not really supposed to access this field anyways.
|
| Object get _element => null;
|
|
|