2009-03-04 Astushi Enomoto <atsushi@ximian.com>
[mcs.git] / errors / gcs1103.cs
blobd7154cce02fd9364e56bde35fe31cd2eb01945be
1 // CS1103: The type of extension method cannot be `int*'
2 // Line: 7
3 // Compiler options: -unsafe
5 static class S
7 unsafe static void Foo (this int* iptr)