summaryrefslogtreecommitdiff
path: root/mcs/errors/cs7030.cs
blob: 01abf1128871bd5bced3c0dbfef9fab65ec80cc9 (plain)
1
2
3
4
5
6
// CS7030: Friend assembly reference cannot have `null' value
// Line: 6

using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo (null)]