added param to pool_dump, fixed bug in float comparison (NaN support)
[swftools.git] / lib / as3 / err / interface3.as
1 package I {
2     public interface I1 {
3         var x; // variable declaration not allowed
4     }
5 }