-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
closed-not-plannedClosed as we don't intend to take action on the reported issueClosed as we don't intend to take action on the reported issue
Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- Try running following code:
main() {
var final = 'final';
print('${final}');
} - According to spec (v 0.01), section 14.1.1 'final' is not reserved word, so the code is valid according to spec.
3.
I would expect the change in spec according to current implementation (e.g. Dart.g assumes 'final' to be keyword).
Product used http://www.dartlang.org/ 2011-10-12
Metadata
Metadata
Assignees
Labels
closed-not-plannedClosed as we don't intend to take action on the reported issueClosed as we don't intend to take action on the reported issue