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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-559.cs
blob
e328f286241d60271839681e96e57ca69a37d150
1
// Compiler options: -r:test-559-lib.dll
2
3
class
C
:
B
4
{
5
public override event
TestDelegate TestEvent
;
6
7
public static void
Main
()
8
{
9
}
10
}