just made compileable- it'll be replaced soon
[swftools.git] / lib / as3 / err / interface3.as
1 package I {
2     public interface I1 {
3         var x; // variable declaration not allowed
4     }
5 }