| 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 54e3e800651f19820f52a8db512c912ef1cdfb20..e8bc7dd5d908187636ff18c9c417df3423376aa7 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 = true;
|
| + bool _enableUriInPartOf = false;
|
|
|
| /**
|
| * A flag indicating whether parser is to parse function bodies.
|
|
|