Closed Bug 509849 Opened 15 years ago Closed 15 years ago

test transfer bug

Categories

(Tamarin Graveyard :: Tools, defect, P2)

x86
All
defect

Tracking

(Not tracked)

VERIFIED INCOMPLETE

People

(Reporter: cpeyer, Unassigned)

Details

private function _doVerifyError():void
{
return;
var a:Array = [];
var x:XML = <this><is/><a/></this>;
var o:Object;
for each (o in a)
{
}
for each (o in a)
{
}
}
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.