[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs1501-17.cs
blobac575643f4cd76dad9414022f969c22a500a8808
1 // CS1501: No overload for method `Foo' takes `0' arguments
2 // Line: 12
4 class C
6 static void Foo (string foo, params object [] moreFoo)
10 static void Main ()
12 Foo ();