| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index cc494fc34b8812829ffe0add5c170bc44cf26e5f..61fe59aa980548d3547f7374c519d610b0ead379 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -293,6 +293,7 @@ class Element implements Hashable {
|
| listener.cancel("Unimplemented cloneTo", element: this);
|
| }
|
|
|
| + bool get isPatched => false;
|
|
|
| static bool isInvalid(Element e) => e == null || e.isErroneous();
|
| }
|
|
|