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
Looks like missed ";" after break cause converting error
package { public class Test { private function func():int { switch( platform ) { case 1: return 1; break case 2: return 2; break } return 0; } } }
ERRORS: These files were not written due to source parsing errors: In Test.as(12) : Unexpected :
Line 12 - "case 2:"
The text was updated successfully, but these errors were encountered:
I too am getting this error with the latest git version, is there a fix available?
Sorry, something went wrong.
Unfortunally looks like no, I manually fix sources before converting
Thanks for the update. Is @SlavaRa still maintaining this project?
@JonnyTech I can fix it on the weekend.
No branches or pull requests
Looks like missed ";" after break cause converting error
Line 12 - "case 2:"
The text was updated successfully, but these errors were encountered: