2007-04-19 Chris Toshok <toshok@ximian.com>
[mcs.git] / errors / gcs1106.cs
blobf869defae03899f6069dfb3175baee16ccda88d4
1 // CS1106: `S.Foo(this string)': Extension methods must be defined in a non-generic static class
2 // Line: 6
4 class S
6 static void Foo (this string s)