Analyzer should warn about uncommented use of commented type parameters #26137
Labels
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
The following code:
is clearly invalid; it will fail in any implementation that's not aware of the commented generic syntax, including the Dart VM. The analyzer should warn about it even in strong mode to help users avoid the failures like this.
The text was updated successfully, but these errors were encountered: