[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1106.cs
blob5786130ab4cb01634e82280f69e1f2ead3a9e20d
1 // CS1106: `S.Foo(this string)': Extension methods must be defined in a non-generic static class
2 // Line: 6
5 class S
7 static void Foo (this string s)