as3: Ast supports brackets now, too. Fixed Math bug in builtins.c
[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 }