quote only work on lambda on net_4_0
[mcs.git] / errors / cs1616.cs
blobb32c54af5bd0b34f281df8ae173a7220484352d2
1 // cs1616.cs: Option `keyfile' overrides attribute `System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module
2 // Line: 0
3 // Compiler options: -keyfile:CS1616.snk -warnaserror
5 using System.Reflection;
7 [assembly: AssemblyKeyFile("mono.snk")]
9 class C
11 public static void Main () {}