fixed bug in jpeg2000 decoding
[swftools.git] / lib / as3 / err / interface3.as
1 package I {
2     public interface I1 {
3         var x; // variable declaration not allowed
4     }
5 }