2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1908-3.cs
blob68b1357d52fbe15e1096b9f19eb7a6ac5dbe76de
1 // gcs1908.cs: The type of the default value should match the type of the parameter
2 // Line:
4 class Test<T> where T : class {
5 internal void f ([System.Runtime.InteropServices.DefaultParameterValue (null)] T x)