2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3000.cs
blobe90c5412bd501b17f4e02f257c7e0b203e859617
1 // CS3000: Methods with variable arguments are not CLS-compliant
2 // Line: 11
3 // Compiler options: -warnaserror -warn:1
5 using System;
7 [assembly: CLSCompliant (true)]
9 public class M
11 public void Method (__arglist)