update readme (#21797)
[mono-project.git] / mcs / errors / cs0133-3.cs
blob2f7dac6880d0f9825b66eca252826db1f915a77f
1 // CS0133: The expression being assigned to `Foo' must be a constant or default value
2 // Line: 8
4 class T
6 public void FooBar ()
8 const string Foo = Foo;