| Index: pkg/compiler/lib/src/elements/common.dart
|
| diff --git a/pkg/compiler/lib/src/elements/common.dart b/pkg/compiler/lib/src/elements/common.dart
|
| index 5ff83412937348f8cadd7710e5a49ebfc3fe5a4e..0eb92a6bc9477e31b38847940c31441cce2debcd 100644
|
| --- a/pkg/compiler/lib/src/elements/common.dart
|
| +++ b/pkg/compiler/lib/src/elements/common.dart
|
| @@ -67,7 +67,7 @@ abstract class ElementCommon implements Element {
|
| bool get isAbstractField => kind == ElementKind.ABSTRACT_FIELD;
|
|
|
| @override
|
| - bool get isParameter => kind == ElementKind.PARAMETER;
|
| + bool get isRegularParameter => kind == ElementKind.PARAMETER;
|
|
|
| @override
|
| bool get isInitializingFormal => kind == ElementKind.INITIALIZING_FORMAL;
|
|
|