2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1109.cs
bloba3a3863d78a0b1f7f006653efbb5ea703f9e7ef0
1 // CS1109: `C.S.Foo(this string)': Extension methods cannot be defined in a nested class
2 // Line: 8
4 class C
6 static class S
8 static void Foo (this string s)