fixed some compiler warnings, fixed as3compile spec for-in.as
[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 }