Index: pkg/analyzer/lib/task/dart.dart |
diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart |
index 4df1c2826c99b1f46351669fbf3e36b2fb6ee07e..063e7bbc2dbfd4aa75af4bfcc223a0f27a5d311e 100644 |
--- a/pkg/analyzer/lib/task/dart.dart |
+++ b/pkg/analyzer/lib/task/dart.dart |
@@ -84,9 +84,7 @@ final ResultDescriptor<LibraryElement> LIBRARY_ELEMENT = |
new ResultDescriptor<LibraryElement>('LIBRARY_ELEMENT', null); |
/** |
- * The compilation unit AST produced while parsing a compilation unit. |
- * |
- * The AST structure will not have resolution information associated with it. |
+ * The compilation unit AST with resolved [UriBasedDirective]s. |
* |
* The result is only available for [Source]s representing a compilation unit. |
*/ |