ignores
[mcs.git] / errors / gcs1109.cs
blob69b824588e1eb1eb95a464530a80caf7bae3bd1b
1 // CS1109: `C.S.Foo(this string)': Extension methods cannot be defined in a nested class
2 // Line: 8
5 class C
7 static class S
9 static void Foo (this string s)