fixed bug in jpeg2000 decoding
[swftools.git] / lib / as3 / err / interface2.as
1 package I {
2     public interface I1 {
3         function f() {
4             trace("..."); // method body not allowed
5         }
6     }
7 }