| Index: pkg/analyzer_experimental/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/error.dart b/pkg/analyzer_experimental/lib/src/generated/error.dart
|
| index 1f684c9cab406f793065a65c5499f6b71983e1d3..152ea76c7215fc256cce65e756244ec89d06e9f6 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/error.dart
|
| @@ -1395,7 +1395,7 @@ abstract class AnalysisErrorListener {
|
| /**
|
| * An error listener that ignores errors that are reported to it.
|
| */
|
| - AnalysisErrorListener _NULL_LISTENER = new AnalysisErrorListener_4();
|
| + static AnalysisErrorListener _NULL_LISTENER = new AnalysisErrorListener_4();
|
| /**
|
| * This method is invoked when an error has been found by the analysis engine.
|
| * @param error the error that was just found (not {@code null})
|
|
|