2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1103.cs
blobc4fd2c90fdceb287c5ca6cef595b586969840aea
1 // CS1103: The extension method cannot be of type `int*'
2 // Line: 7
3 // Compiler options: -unsafe
5 static class S
7 unsafe static void Foo (this int* iptr)