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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-568.cs
blob
01655506b5edfd03fb12b196341dceee7f9b9798
1
// Compiler options: -warn:4 -warnaserror
2
3
// Test invalid CS0108 warning for enum member hiding
4
5
enum
E
6
{
7
Format
8
}
9
10
class
B
11
{
12
public static void
Main
()
13
{
14
}
15
}