Skip to content

Commit 57d484f

Browse files
Googlercopybara-github
authored andcommitted
Migration for analyzer APIs.
PiperOrigin-RevId: 684477097
1 parent 3de6754 commit 57d484f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/builder.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ class _MockTargetGatherer {
474474
final mockTargets = <_MockTarget>{};
475475

476476
final possiblyAnnotatedElements = [
477-
...entryLib.libraryExports,
478-
...entryLib.libraryImports,
477+
...entryLib.definingCompilationUnit.libraryExports,
478+
...entryLib.definingCompilationUnit.libraryImports,
479479
...entryLib.topLevelElements,
480480
];
481481

0 commit comments

Comments
 (0)