You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been, and still are, thinking about it. However, since Dart's syntax is not designed for omitting semicolons, simply dropping them is not an option.
We have not yet been able to find an approach which allows omitting semicolons and which also gives a good user experience in both the common and the tricky cases.
See #30347 for more discussion (closing as duplicate of that thread)
Hello admin
in kotlin
var title = ""
in dart
var title = "";
Thanks team.
The text was updated successfully, but these errors were encountered: