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
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0739.cs
blob
f282645e5cd1d53ddcf263de142fb30054317e59
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
))]