Make the semicolon optional #3063
Labels
feature
Proposed language feature that solves one or more problems
state-duplicate
This issue or pull request already exists
I really love the dart language and its nice syntax. My only issue with it is the semicolon. Why can't I just write:
Instead of:
This really decreases the productivity. I wish the language could implement automatic semicolon insertion like JavaScript or something like that because it is just annoying when adding it manually and wastes a lot of time when writing the code.
The text was updated successfully, but these errors were encountered: