// CS0118: `Foo' is a `type' but a `variable' was expected // Line: 12 public class Foo { } class X { static void Main () { Foo = new Foo (); } }