Skip to content

Commit 671b2da

Browse files
authored
Make PackageGraph.allLocalModelElements visibleForTesting (#3724)
1 parent 122e37e commit 671b2da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/model/package_graph.dart

+1
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@ class PackageGraph with CommentReferable, Nameable {
895895
return allElements;
896896
}
897897

898+
@visibleForTesting
898899
late final List<ModelElement> allLocalModelElements = [
899900
for (var library in _localLibraries) ...library.allModelElements
900901
];

0 commit comments

Comments
 (0)