2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1736-2.cs
blobbd22ecfc49e54e0f874e7f08c05bc15562c15d20
1 // CS1763: The expression being assigned to optional parameter `c' must be a constant or default value
2 // Line: 10
4 struct S
8 class C
10 public static void Test (C c = new S ())