Skip to content
New issue

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

comments on wrong line and inverted #27

Closed
SmerkyG opened this issue Oct 3, 2014 · 2 comments
Closed

comments on wrong line and inverted #27

SmerkyG opened this issue Oct 3, 2014 · 2 comments

Comments

@SmerkyG
Copy link

SmerkyG commented Oct 3, 2014

/* often gets put on prior line, and if the prior line had a // that makes the block comment get commented out!

multiple // comments in a row often (always?) come out in inverted order
comments // and first line of /* are indented even if they weren't originally

comments // are often put on same line as end of prior scope end }

@giabao
Copy link

giabao commented May 20, 2015

if (condition) single_statement;

//some comment
other_statements;

will be convert to an hx code which can not be compiled:

if (condition) single_statement //some comment ;

other_statements;

(the comment is place before the semicolon)

@jgranick
Copy link
Contributor

This seems like the same issue I encountered, where documented code ended up making things angry 😄

It was this file:

https://github.com/nadako/SQ-TestTask-Farm/blob/master/thirdparty/interactivePNG/com/mosesSupposes/bitmap/InteractivePNG.as

SlavaRa pushed a commit that referenced this issue Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants