class Foo { public static void Main () {} } class Foo { static Foo x; static Foo Blah { get { return x; } } }