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