Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)
[mono-project.git] / mcs / errors / cs0657.cs
blob24c22a9eb27a200d20bb0b5dd03e27f050455041
1 // CS0657: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `type'. All attributes in this section will be ignored
2 // Line: 8
3 // Compiler options: -warnaserror
5 using System.Reflection;
7 namespace N {
8 [assembly: AssemblyKeyName("")]
9 class A {}