10 import flash.display.MovieClip;
11 public class Main extends flash.display.MovieClip {
13 public var xx = "error";
15 public static function f()
17 // this sets the *package* variable x,
18 // *not* the class variable (which is unreachable from here)
22 public function Main() {
23 f(); // run static function