db79b7ec84e9ef5d3e639cac30388358f1377914
[swftools.git] / interface2.as
1 package I {
2     public interface I1 {
3         function f() {
4             trace("..."); // method body not allowed
5         }
6     }
7 }