**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0657-18.cs
bloba2602a3acd1882c40a982969e5fde9fa4b78d25e
1 // cs0657.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 {}