[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1616-2.cs
1 // CS1616: Option `keycontainer' overrides attribute `System.Reflection.AssemblyKeyNameAttribute' given in a source file or added module
2 // Line: 0
3 // Compiler options: -keycontainer:CS1616.snk -warnaserror
4
5 using System.Reflection;
6
7 [assembly: AssemblyKeyNameAttribute("mono.snk")]