We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564970c commit b56d061Copy full SHA for b56d061
pkg/kernel/lib/ast.dart
@@ -149,8 +149,8 @@ class Library extends TreeNode implements Comparable<Library> {
149
/// The uri of the source file this library was loaded from.
150
String fileUri;
151
152
- /// If false, the library object is a placeholder for a library that has
153
- /// not been loaded yet.
+ /// If true, the library is part of another build unit and its contents
+ /// are only partially loaded.
154
///
155
/// Classes of an external library are loaded at one of the [ClassLevel]s
156
/// other than [ClassLevel.Body]. Members in an external library have no
0 commit comments