Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs0190.cs
blob9fa7bb9c810572a7c435c41a67d633dcb6b25cb3
1 // cs0190.cs: The __arglist construct is valid only within a variable argument method
2 // Line: 8
4 public class Test
6 public static void Foo ()
8 object o = __arglist;