Commit b485a27
[analyzer] Lock down a few behaviors of DeprecatedMemberUseVerifier.
In a follow-up CL, I plan to rework the `DeprecatedMemberUseVerifier`
class in a way that allows it to be more easily extended to support
the `@experimental` annotation. This CL adds some unit tests for some
behaviors of `DeprecatedMemberUseVerifier` that were not previously
tested, so that I won't accidentally regress them in the follow-up CL.
Change-Id: I6a6a696494843826f3f9213c3191910369aa4ba2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450361
Commit-Queue: Paul Berry <[email protected]>
Reviewed-by: Samuel Rawlins <[email protected]>1 parent 96ca861 commit b485a27
File tree
1 file changed
+34
-0
lines changed- pkg/analyzer/test/src/diagnostics
1 file changed
+34
-0
lines changedLines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
1319 | 1353 | | |
1320 | 1354 | | |
1321 | 1355 | | |
| |||
0 commit comments