added some more as3 tests
[swftools.git] / lib / as3 / ok / forward.as
diff --git a/lib/as3/ok/forward.as b/lib/as3/ok/forward.as
new file mode 100644 (file)
index 0000000..32e3fce
--- /dev/null
@@ -0,0 +1,12 @@
+package {
+    public class Test extends flash.display.MovieClip
+    {
+       public function Test():void
+       {
+           trace(ok);
+           var ok:String = "ok";
+           trace("[exit]");
+       }
+    }
+}
+