2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1763.cs
blobf6ea5a67366c5b28d0d90c04960f55003658cc30
1 // CS1763: Optional parameter `o' of type `object' can only be initialized with `null'
2 // Line: 6
3 // Compiler options: -langversion:future
5 class C
7 public static void Test (object o = 9)