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