[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0133-3.cs
blobcaae3bde68c50873d87645e84904a93e0bc0f3e4
1 // CS0133: The expression being assigned to `Foo' must be constant
2 // Line: 12
4 class T
6 public void FooBar ()
8 const string Foo = Foo;