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
update
[mcs.git]
/
tests
/
test-partial-24.cs
blob
b67feb970459fe5b2c4673adecd6a06193d4520c
1
2
3
namespace
N
4
{
5
using
S
=
System
;
6
7
public partial class
C
8
{
9
[
S
.
Obsolete
(
"A"
)]
10
partial void
Foo
();
11
12
public static void
Main
()
13
{
14
}
15
}
16
}
17
18
namespace
N
19
{
20
public partial class
C
21
{
22
partial void
Foo
()
23
{
24
}
25
}
26
}