| Index: pkg/analyzer_experimental/lib/src/generated/ast.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/ast.dart b/pkg/analyzer_experimental/lib/src/generated/ast.dart
|
| index b47c5766ddd9ea595fc6ca9f115ad07c29d03abf..931fa95379f816c834c3fd9a92fa1f740c96bc0d 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/ast.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/ast.dart
|
| @@ -7415,7 +7415,7 @@ class MethodDeclaration extends ClassMember {
|
| * Return {@code true} if this method is declared to be an abstract method.
|
| * @return {@code true} if this method is declared to be an abstract method
|
| */
|
| - bool isAbstract() => _modifierKeyword != null && identical(((_modifierKeyword as KeywordToken)).keyword, Keyword.ABSTRACT);
|
| + bool isAbstract() => _externalKeyword == null && (_body is EmptyFunctionBody);
|
| /**
|
| * Return {@code true} if this method declares a getter.
|
| * @return {@code true} if this method declares a getter
|
|
|