package p2; class A { public static var some = "some1"; public static function getSome() { return "some2"; } }