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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-905.cs
blob
ceff84a68470f8f6519241115be6cd24d3f4bd70
1
using
System
;
2
using
i
=
System
.
Int16
;
3
4
enum
E
:
i
5
{
6
}
7
8
class
X
9
{
10
public static void
Main
()
11
{
12
}
13
}