We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echo 'main() {}' | dart format
This will print main() {} and then hang.
main() {}
cc @bkonyi @munificent
This is with the latest dev release Dart SDK version: 2.14.0-312.0.dev (dev) (Tue Jul 13 15:32:06 2021 -0700) on "linux_x64"
Dart SDK version: 2.14.0-312.0.dev (dev) (Tue Jul 13 15:32:06 2021 -0700) on "linux_x64"
The text was updated successfully, but these errors were encountered:
FWIW this seems to be working on master.
Sorry, something went wrong.
Duplicate of #46600
No branches or pull requests
This will print
main() {}
and then hang.cc @bkonyi @munificent
This is with the latest dev release
Dart SDK version: 2.14.0-312.0.dev (dev) (Tue Jul 13 15:32:06 2021 -0700) on "linux_x64"
The text was updated successfully, but these errors were encountered: