[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1763.cs
blobd10a7bf2c2037f54d6a66aab2b211a39b95d2cc8
1 // CS1763: Optional parameter `o' of type `object' can only be initialized with `null'
2 // Line: 6
4 class C
6 public static void Test (object o = 9)