Skip to content

Commit b56d061

Browse files
committed
[kernel] Fix the comment on Library.isExternal.
The comment was the result of a bad merge. BUG= [email protected] Review URL: https://chromereviews.googleplex.com/517957015 .
1 parent 564970c commit b56d061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/kernel/lib/ast.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ class Library extends TreeNode implements Comparable<Library> {
149149
/// The uri of the source file this library was loaded from.
150150
String fileUri;
151151

152-
/// If false, the library object is a placeholder for a library that has
153-
/// not been loaded yet.
152+
/// If true, the library is part of another build unit and its contents
153+
/// are only partially loaded.
154154
///
155155
/// Classes of an external library are loaded at one of the [ClassLevel]s
156156
/// other than [ClassLevel.Body]. Members in an external library have no

0 commit comments

Comments
 (0)