repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-11-17 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs0102-9.cs
blob
640276b28b6f6f598c2433061df85b70183fb73c
1
// cs0102-9.cs: The type `SampleClass' already contains a definition for `EE'
2
// Line: 6
3
4
public class
SampleClass
{
5
public delegate void
EE
();
6
public event
EE EE
;
7
}