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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-390.cs
blob
ca797208cc1e8b9a74c41ebcadb6b91c45fb9e35
1
class
C
2
{
3
class
O
:
M
4
{
5
public override void
Foo
()
6
{
7
}
8
}
9
10
class
N
11
{
12
public virtual void
Foo
()
13
{
14
}
15
}
16
17
class
M
:
N
18
{
19
}
20
21
public static void
Main
()
22
{
23
}
24
}
25
26