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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-760.cs
blob
fec6cafc3fb42c496a369ebac772bba731ca4db9
1
// Compiler options:-r:test-760-lib.dll
2
3
class
A
:
D
4
{
5
}
6
7
//class A2 : C
8
//{
9
//}
10
11
class
Test
12
{
13
public static void
Main
()
14
{
15
new
A
();
16
}
17
}