Commit f0e5504
[analyzer] Fix incorrect references in InterfaceItemRequirements docs.
The documentation was incorrectly referring to
`InstanceElementImpl.constructors` and
`InstanceElementImpl.getNamedConstructor`. These element do not exist,
since they are declared in the class `InterfaceElementImpl`, not
`InstanceElementImpl`.
This is a step towards enabling the `comment_references` lint in the
analyzer codebase.
Change-Id: I6a6a6964d0e005573941f53e47a624afc67aec2f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450722
Auto-Submit: Paul Berry <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>1 parent 09b78d2 commit f0e5504
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments