The following question came up today, so I thought I’d post the answer here in case it helps a few other people out there.
In Flex, the following code generates a couple warnings:
<mx:Script>
<![CDATA[
private var i;
private function [...]
{ 0 comments }