2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1743.cs
blobd5f806dd5992d6a2b9cb9d7800aa01549f898ffb
1 // CS1743: Cannot specify a default value for the `this' parameter
2 // Line: 6
4 static class C
6 public static void Test (this C a = null)