fixed bug in jpeg2000 decoding
[swftools.git] / lib / as3 / err / interface.as
1 package I {
2     public interface I1 {
3         // access modifiers not allowed
4         private function f()
5     }
6 }