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
/
dtest-friend-01.cs
blob
4766599fc28a4b3c0f03a8f48ce6e202b301d4b4
1
// Compiler options: -r:dtest-friend-01-lib.dll
2
3
class
C
4
{
5
public static void
Main
()
6
{
7
dynamic
d
=
new
A
();
8
d
.
Test
();
9
}
10
}