await_only_futures
support for extension types
#59252
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
devexp-linter
Issues with the analyzer's support for the linter package
linter-new-language-feature
linter-set-core
P3
A lower priority bug or feature request
The
await_only_futures
lint should not generate a lint if the type of the expression is an extension type. It is a compile-time error toawait
an expression whose type is an extension type that doesn't implementFuture
, so the reporting in that case is duplicated.The text was updated successfully, but these errors were encountered: