retag
[mcs.git] / errors / cs1763-2.cs
blobb4c0ef5fafa46a0ea3f7610a46263c3106e1d274
1 // CS1763: Optional parameter `c' of type `C' can only be initialized with `null'
2 // Line: 10
3 // Compiler options: -langversion:future
5 struct S
9 class C
11 public static void Test (C c = new S ())