2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1112-2.cs
blobf15ea3a4da2ef2d161f6564cc8caa90af9939121
1 // CS1112: Do not use `System.Runtime.CompilerServices.ExtensionAttribute' directly. Use parameter modifier `this' instead
2 // Line: 16
3 // Compiler options: -langversion:linq
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)