[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs1503-11.cs
blob2961fd4bf23aa5ec6b30cda4856d4fcf1ea61f89
1 // CS1503: Argument `#1' cannot convert `null' expression to type `__arglist'
2 // Line: 8
4 class C
6 void Foo ()
8 InstanceArgList (null);
11 int InstanceArgList (__arglist)
13 return 54;