Analyzer const cast fails for Never?
.
#54820
Labels
analyzer-constants
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Example:
The analyzer reports a compile-time error for this:
Doesn't say which exception, and it shouldn't since
null
is a valid value of any nullable type.(Doesn't check type for nullability?)
The text was updated successfully, but these errors were encountered: