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
Describe cases that motivate the implementation of the expected behavior.
var x = (a + b /* 123*/ ) * c
Describe how the feature should work.
var x = (a + b ) * c
Describe the actual behavior of the feature or remove this section if the feature has not been implemented yet.
The text was updated successfully, but these errors were encountered:
Relates to #562
Sorry, something went wrong.
Bottom line: Astring should indeed produce comments as close as possible to the original source code.
No branches or pull requests
Motivation
Describe cases that motivate the implementation of the expected behavior.
Expected behavior
Describe how the feature should work.
Actual behavior
Describe the actual behavior of the feature or remove this section if the feature has not been implemented yet.
The text was updated successfully, but these errors were encountered: