devtools
9e6b2511 - Remove unused import which shares prefix name with a used import. (#2063)

Commit
5 years ago
Remove unused import which shares prefix name with a used import. (#2063) Due to a bug in analyzer [1], some unused imports are not reported when multiple import directives share a prefix name, and one or more are unused. [1] https://github.com/dart-lang/sdk/issues/38784
Author
Parents
Loading