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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs1685.cs
blob
5a0bc1950f7571738012dd5803a1ce241957b6e7
1
// CS1685: The predefined type `System.Int32' is redefined in the source code. Ignoring the local type definition
2
// Line: 0
3
// Compiler options: -warn:1 -warnaserror
4
5
namespace
System
{
6
public struct
Int32
{
7
}
8
}