Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs1106.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)