2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / 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;