Skip to content

Commit

Permalink
Migration for analyzer APIs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684477097
  • Loading branch information
Googler authored and copybara-github committed Oct 10, 2024
1 parent 3de6754 commit 57d484f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ class _MockTargetGatherer {
final mockTargets = <_MockTarget>{};

final possiblyAnnotatedElements = [
...entryLib.libraryExports,
...entryLib.libraryImports,
...entryLib.definingCompilationUnit.libraryExports,
...entryLib.definingCompilationUnit.libraryImports,
...entryLib.topLevelElements,
];

Expand Down

0 comments on commit 57d484f

Please sign in to comment.