2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0133-3.cs
blob52934a514725efee75646e72e09ac5a6f4f5a73f
1 // cs0133-3.cs: The expression being assigned to `Foo' must be constant
2 // Line: 12
4 class T
6 public void FooBar ()
8 const string Foo = Foo;