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
[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git]
/
mcs
/
tests
/
gtest-192.cs
blob
80f7ad42a99503c6634fe1670726afaab8c00bf9
1
//
2
// In the current Beta compiler (as of August 2005)
3
// the following produces a warning ("a" and "A") as opposed
4
// to an error
5
//
6
using
System
;
7
[
assembly
:
CLSCompliant
(
true
)]
8
[
CLSCompliant
(
true
)]
9
public enum
X
{
10
A
,
11
a
12
}
13
14
class
xX
{
15
public static void
Main
() {}
16
}