2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-3.cs
blobe716b8cc85423a86498ca41add08dad150bb8ad0
1 // cs0657-3.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
2 // Line : 7
4 using System;
6 [method: CLSCompliant (false)]
9 public class C