// cs0133.cs: The expression being assigned to 'Foo' must be constant // Line: 12 class T { public void FooBar () { const string Foo = Foo; } }