2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1112-2.cs
blob6be7f1b3688d163aeaab486843da6fcf8af5bbb1
1 // CS1112: Do not use `System.Runtime.CompilerServices.ExtensionAttribute' directly. Use parameter modifier `this' instead
2 // Line: 16
5 using System;
6 using System.Runtime.CompilerServices;
8 namespace System.Runtime.CompilerServices
10 public class ExtensionAttribute : Attribute
15 static class C
17 [Extension]
18 static void Foo (this string s)