| Index: pkg/analyzer/lib/src/generated/parser.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/parser.dart b/pkg/analyzer/lib/src/generated/parser.dart
|
| index c90af7d69f56ef2dadcf1fe42d92585ec695d120..035193edaa6f56cb8e90e86edaf90e73cb45f5df 100644
|
| --- a/pkg/analyzer/lib/src/generated/parser.dart
|
| +++ b/pkg/analyzer/lib/src/generated/parser.dart
|
| @@ -208,7 +208,7 @@ class Parser {
|
| * A flag indicating whether the parser is to allow URI's in part-of
|
| * directives.
|
| */
|
| - bool _enableUriInPartOf = false;
|
| + bool _enableUriInPartOf = true;
|
|
|
| /**
|
| * A flag indicating whether parser is to parse function bodies.
|
|
|