[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs7030.cs
1 // CS7030: Friend assembly reference cannot have `null' value
2 // Line: 6
3
4 using System.Runtime.CompilerServices;
5
6 [assembly: InternalsVisibleTo (null)]