| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index 96cdd808593604a2bafc600176d8c08141f79d40..5d0cee24d67948828dedad2120b14c5989c28962 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -3147,7 +3147,7 @@ class ErrorReporter {
|
| * Setting the source to `null` will cause the default source to be used.
|
| */
|
| void set source(Source source) {
|
| - this._source = source == null ? _defaultSource : source;
|
| + this._source = source ?? _defaultSource;
|
| }
|
|
|
| /**
|
|
|