Closed
Description
linting non-migrated code
Running linter tests w/ NNBD exposes some issues.
See: dart-archive/linter#1758 for failures in:
-
prefer_bool_in_asserts
-
void_checks
and an
-
Object.noSuchMethod
inResolverVisitor.visitForStatementInScope
(fixed in 795949d)
linting migrated code
See: #58032.