2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-18.cs
blob3f725094b77a1799f3bf5ffa0ab8f7fe0332ef5d
1 // cs0657-18.cs: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `type'
2 // Line : 9
4 using System;
6 [assembly: CLSCompliant (false)]
7 public class C {}
9 [assembly: CLSCompliant (false)]
10 public class D {}