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
[Http]: Cosmetic, remove some dead code.
[mono-project.git]
/
mcs
/
errors
/
cs0735.cs
blob
4f1475715cbca11d6caa1826cb5688f2e97c91f6
1
// CS0735: Invalid type specified as an argument for TypeForwardedTo attribute
2
// Line: 7
3
4
using
System
;
5
using
System
.
Runtime
.
CompilerServices
;
6
7
[
assembly
:
TypeForwardedTo
((
Type
)
null
)]