2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657.cs
blobe3020d1431b1a0fca75222d281d11c21688daa0a
1 // cs0657.cs: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `type'
2 // Line : 7
4 using System.Reflection;
6 namespace N {
7 [assembly: AssemblyKeyName("")]
8 class A {}