2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1110.cs
blob7baa3954a1567c0d2674315dfb1869d5eadf5e57
1 // CS1110: `C.Foo(this string)': Extension methods cannot be declared without a reference to System.Core.dll assembly. Add the assembly reference or remove `this' modifer from the first parameter
2 // Line: 7
3 // Compiler options: -noconfig
5 static class C
7 static void Foo (this string s)