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

Converting Error #332

Open
andrew-git opened this issue Oct 24, 2018 · 4 comments
Open

Converting Error #332

andrew-git opened this issue Oct 24, 2018 · 4 comments
Labels

Comments

@andrew-git
Copy link

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:"

@JonnyTech
Copy link

I too am getting this error with the latest git version, is there a fix available?

@andrew-git
Copy link
Author

I too am getting this error with the latest git version, is there a fix available?

Unfortunally looks like no, I manually fix sources before converting

@JonnyTech
Copy link

Thanks for the update. Is @SlavaRa still maintaining this project?

@SlavaRa
Copy link
Member

SlavaRa commented Apr 3, 2019

@JonnyTech I can fix it on the weekend.

@SlavaRa SlavaRa added the bug label Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants