add a unique file signature to methods in pdf2swf's Flash 9 Actionscript
[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 }