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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-partial-06.cs
blob
5df048b372d4fb9c6022deb1362ad088cbba0543
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 { public static void Main () {}
}
13