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
2010-02-20 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-partial-06.cs
blob
a8d184160b55d89ba0858f785b162287f4e7432b
1
// Compiler options: -langversion:default
2
3
partial class
Foo
4
{
5
~
Foo
()
6
{ }
7
}
8
9
partial class
Foo
10
{ }
11
12
class
B { static void Main () {}
}
13