repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update readme (#21797)
[mono-project.git]
/
mcs
/
errors
/
cs7030.cs
blob
01abf1128871bd5bced3c0dbfef9fab65ec80cc9
1
// CS7030: Friend assembly reference cannot have `null' value
2
// Line: 6
3
4
using
System
.
Runtime
.
CompilerServices
;
5
6
[
assembly
:
InternalsVisibleTo
(
null
)]