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-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs3005-9.cs
blob
6fa8c6c702908beedfdddef95b8300890b8fd3e5
1
// cs3005-9.cs: Identifier `c1' 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
C1
{
8
}
9
10
public class
c1
{
11
}