Commit 026362d
[analyzer] Fix incorrect doc references to CompilationUnitElement.
There is no `CompilationUnitElement` anymore. It has been replaced
with `LibraryFragment`.
This is a step towards enabling the `comment_references` lint in the
analyzer codebase.
Change-Id: I6a6a696403c7b1f060cd3ed5755f6575cd1ad918
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450740
Auto-Submit: Paul Berry <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
Reviewed-by: Brian Wilkerson <[email protected]>
Commit-Queue: Brian Wilkerson <[email protected]>1 parent de4c5b1 commit 026362d
File tree
2 files changed
+4
-8
lines changed- pkg/analyzer/lib/src/dart
- analysis
- element
2 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1598 | 1598 | | |
1599 | 1599 | | |
1600 | 1600 | | |
1601 | | - | |
| 1601 | + | |
1602 | 1602 | | |
1603 | 1603 | | |
1604 | 1604 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3573 | 3573 | | |
3574 | 3574 | | |
3575 | 3575 | | |
3576 | | - | |
| 3576 | + | |
3577 | 3577 | | |
3578 | | - | |
3579 | | - | |
3580 | | - | |
3581 | | - | |
3582 | | - | |
3583 | | - | |
| 3578 | + | |
| 3579 | + | |
3584 | 3580 | | |
3585 | 3581 | | |
3586 | 3582 | | |
| |||
0 commit comments