[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1699-2.cs
1 // CS1699: Use compiler option `keycontainer' or appropriate project settings instead of `AssemblyKeyNameAttribute' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
4
5 using System.Reflection;
6
7 [assembly:AssemblyKeyNameAttribute ("container")]