as3hx icon indicating copy to clipboard operation
as3hx copied to clipboard

Crash

Open andrew-git opened this issue 7 years ago • 0 comments

as3hx crashes on below code

package
{
	public class Test
	{
		private function func():void
		{
			for(var i:int = 0; i<options.length; i++)
			{
				/*if(true)
				{
				}*/
			}
		}
	}
}

Called from ? line 1 Called from Run.hx line 110 Called from Run.hx line 63 Called from as3hx/Writer.hx line 3635 Called from as3hx/Writer.hx line 253 Called from as3hx/Writer.hx line 260 Called from as3hx/Writer.hx line 329 Called from as3hx/Writer.hx line 462 Called from as3hx/Writer.hx line 634 Called from as3hx/Writer.hx line 940 Called from as3hx/Writer.hx line 1194 Called from as3hx/Writer.hx line 1521 Called from as3hx/Writer.hx line 1473 Called from as3hx/Writer.hx line 1202 Called from as3hx/Writer.hx line 1202 Uncaught exception - Invalid field access : index

andrew-git avatar Oct 24 '18 16:10 andrew-git