Generalize assert syntax in analyzer #26865
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
With reference to #17682 for background, the analyzer should be adjusted such that it accepts arguments to
assert
parsed asexpression
, rather than requiring the more restrictiveconditionalExpression
.The language team discussed this issue and came up with an analysis concluding that we will make this change: https://gist.github.com/eernstg/50a327addd96035d5393a507c0ea2d9a.
The text was updated successfully, but these errors were encountered: