False positive in unreachable_from_main #59199
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-false-positive
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
jsonEncode
checks for the presence of atoJson
method and uses it when it exists. It's a common pattern to have atoJson
without any static references to it. I think we should consider it a false positive to flag atoJson
member.The text was updated successfully, but these errors were encountered: