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
2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
gcs0735-2.cs
blob
d61ce888eab261d3eaec64bee13608000af6e829
1
// gcs0735-2.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
(
typeof
(
int
[]))]