Closed
Description
With this null safety spec change, it is not an error to declared a final local variable without an initialized.
It is an error to read one unless it is definitely assigned.
The change to analyzer will approve following tests:
co19/Language/Variables/final_t04
co19/Language/Variables/final_t05
co19/Language/Variables/final_t06
co19/Language/Variables/final_t07
Metadata
Metadata
Assignees
Labels
No labels