| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
linter: Support extension types in avoid_slow_async_io rule
An invocation of one of the methods in question (like File.exists),
when invoked on an extension type "instance," should trigger the same
as an invocation of File.exists.
The rule should not trigger for redeclarations.
Work towards https://github.com/dart-lang/sdk/issues/58838
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |