-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
NNBDIssues related to NNBD ReleaseIssues related to NNBD Releaselegacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Failing tests:
co19/Language/Variables/final_t04
co19/Language/Variables/final_t05
co19/Language/Variables/final_t06
co19/Language/Variables/final_t07
These tests produce unexpected compile time errors of the form:
org-dartlang-app:/tests/co19/src/Language/Variables/final_t04.dart:27:9: Error: The final variable 'i' must be initialized.
Try adding an initializer ('= expression') to the declaration.
final i;
^
org-dartlang-app:/tests/co19/src/Language/Variables/final_t04.dart:28:3: Error: Can't assign to the final variable 'i'.
i = 1;
^
Metadata
Metadata
Assignees
Labels
NNBDIssues related to NNBD ReleaseIssues related to NNBD Releaselegacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)