as3hx
as3hx copied to clipboard
Converting Error
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:"
I too am getting this error with the latest git version, is there a fix available?
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
Thanks for the update. Is @SlavaRa still maintaining this project?
@JonnyTech I can fix it on the weekend.