repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-14 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
gcs0735.cs
blob
103f62cd8627b3d84e52f437837afe1abcfa80b0
1
// gcs0735.cs: 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
)]