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-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs1685.cs
blob
2265e6d0cd991edaf7c86cdc90b2f8e17deee010
1
// CS1685: The type `System.Int32' conflicts with the predefined type `int' and will be ignored
2
// Line: 6
3
// Compiler options: -warn:1 -warnaserror
4
5
namespace
System
{
6
public struct
Int32
{
7
}
8
}