2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1105.cs
blobf2f6c05f627c797a790fd74408527b173e768ae4
1 // CS1105: `S.Foo(this int?)': Extension methods must be declared static
2 // Line: 6
4 static class S
6 void Foo (this int? s)