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
[Http]: Cosmetic, remove some dead code.
[mono-project.git]
/
mcs
/
errors
/
cs3005-6.cs
blob
0fde56ad87efbfcafec190ebd5fd30066c365b09
1
// CS3005: Identifier `i1' differing only in case is not CLS-compliant
2
// Line: 9
3
// Compiler options: -warnaserror
4
5
[
assembly
:
System
.
CLSCompliant
(
true
)]
6
7
public class
I1
{
8
}
9
10
public interface
i1
{
11
}