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