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-partial-18.cs
blob
5316dbefa45551d23d54ffdf88879b118479ce89
1
namespace
N
2
{
3
partial class
Foo
4
{
5
}
6
}
7
8
namespace
N
9
{
10
using
System
;
11
12
partial class
Foo
13
{
14
public
Foo
()
15
{
16
Console
.
Write
(
"Hello, world.
\n
"
);
17
}
18
public static void
Main
()
19
{
20
}
21
}
22
}