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
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs0102-9.cs
blob
e47e0d9488833488332b1b2fed6b2c0f698bb82a
1
// CS0102: 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
}