class Foo { static public Foo x; } class Test { static void Main () { Foo Foo; Foo = Foo.x; } }