quote only work on lambda on net_4_0
[mcs.git] / 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)