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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
errors
/
cs1031-4.cs
blob
b30be99aeccf821cd26c0479b733e494389c28e4
1
// CS1031: Type expected
2
// Line: 4
3
4
enum
E
:
this
5
{
6
a
=
1
7
}