2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1105.cs
blob8051dcc10ff4d683ad831a061d382f5dd7e1200c
1 // CS1105: `S.Foo(this int?)': Extension methods must be declared static
2 // Line: 6
5 static class S
7 void Foo (this int? s)