Different behavior of CFE and the analyzer when constant depends on itself #59945
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
P2
A bug or feature request we're likely to work on
type-question
A question about expected behavior or functionality
The following code produces an error in the analyzer but no issues in VM.
If to change the example to really invoke the constant then VM produces an error as well.
@eernstg @lrhn does in the first case the constant really depends on itself?
The text was updated successfully, but these errors were encountered: