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