treat glyphs with alpha=0 differently than normal glyphs (remove outlines)
[swftools.git] / lib / as3 / err / interface3.as
1 package I {
2     public interface I1 {
3         var x; // variable declaration not allowed
4     }
5 }