as3: fixes to inner method handling
[swftools.git] / lib / as3 / ok / protected.as
index d06a545..dc7ed7c 100644 (file)
@@ -24,6 +24,7 @@ package {
         public function Main() 
         {
             var b:B = new B();
+            trace("[exit]");
         }
     }