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
update readme (#21797)
[mono-project.git]
/
mcs
/
errors
/
cs3005-15.cs
blob
c41dbc5c71d12513a32231e77fdc8da47f7e7efb
1
// CS3005: Identifier `a' differing only in case is not CLS-compliant
2
// Line: 10
3
// Compiler options: -warnaserror
4
5
using
System
;
6
[
assembly
:
CLSCompliant
(
true
)]
7
8
public enum
A
{
9
}
10
11
public interface
a
{
12
}