**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0579-4.cs
blob55b9a9ec925f43ea3bde81241676ac039477ce11
1 // cs0579.cs : Duplicate 'AssemblyKeyName' attribute
2 // Line : 7
3 // Compiler options: CS0579-4-1.cs
5 using System.Reflection;
7 [assembly: AssemblyKeyName("")]
9 public class Blah {
10 public static void Main () { }