[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / errors / cs0721-2.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)