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-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs3005-10.cs
blob
a0cee9ea08be4bba94d55203a82ae5f0cecc4ddb
1
// CS3005: Identifier `System.Icomparable' differing only in case is not CLS-compliant
2
// Line: 8
3
// Compiler options: -warnaserror -warn:1
4
5
[
assembly
:
System
.
CLSCompliant
(
true
)]
6
7
namespace
System
{
8
public interface
Icomparable
{
9
}
10
}