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-669.cs
blob
27e9086b14f6adb143977d124865c7f3ad1be5b1
1
enum
E
2
{
3
X
=
0
4
}
5
6
class
Test
7
{
8
public static void
Main
()
9
{
10
E e
=
1
-
2
+
1
;
11
}
12
}