cleol
[mcs.git] / errors / cs0190.cs
blobf58ae3799f8e1b41abc5f2cd6d853560dc9cd5ad
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;