Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)
[mono-project.git] / mcs / errors / cs1763-2.cs
blob7e4d091fc724454383db5d09688b80957a252f75
1 // CS1763: Optional parameter `o' of type `object' can only be initialized with default value
2 // Line: 6
4 class C
6 public static void Test (object o = 9, params object[] args)