append [exit] after end of output
[swftools.git] / lib / as3 / ok / boundmethod.as
index ecf77ec..0a18e7e 100644 (file)
@@ -22,6 +22,8 @@ package {
 
             x = (new Other).print2;
             x();
+            
+            trace("[exit]");
         }
     }
 }