repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bring Mono Security to monotouch
[mcs.git]
/
tests
/
gtest-friend-13.cs
blob
b5d23f755efab9a146c43335e5cc5fd77f701d54
1
// Compiler options: -r:gtest-friend-13-lib.dll
2
3
using
System
;
4
5
public class
B
:
FriendClass
6
{
7
protected internal override void
Test
()
8
{
9
}
10
11
internal override void
Test_2
()
12
{
13
}
14
}
15
16
public class
Test
17
{
18
static void
Main
()
19
{
20
}
21
}
22