2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0721.cs
blob73f31fc2413ff458966cae995bdcbc00879e5f5b
1 // CS0721: `C': static types cannot be used as parameters
2 // Line: 6
5 static class C
7 static void Foo (this C c)