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
2009-11-20 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
gcs0739.cs
blob
3be9d1a62a0e9dbb5f66d095d2188584dd6ed947
1
// CS0739: A duplicate type forward of type `int'
2
// Line: 8
3
4
using
System
;
5
using
System
.
Runtime
.
CompilerServices
;
6
7
[
assembly
:
TypeForwardedTo
(
typeof
(
int
))]
8
[
assembly
:
TypeForwardedTo
(
typeof
(
int
))]