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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs1685.cs
blob
fdb823e4e4d7bcf5d2df5490246c1eded5ce1079
1
// CS1685: The predefined type `System.Int32' is defined multiple times. Using definition from `mscorlib.dll'
2
// Line: 0
3
// Compiler options: -warn:1 -warnaserror
4
5
namespace
System
{
6
public struct
Int32
{
7
}
8
}