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
Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git]
/
mcs
/
tests
/
test-partial-35.cs
blob
ba512452fe76682476fb46a826ded14d93e87aca
1
partial class
A
2
{
3
}
4
5
partial class
A
6
{
7
enum
E
8
{
9
None
=
0
,
10
All
=
1
11
}
12
}
13
14
class
X
15
{
16
public static void
Main
()
17
{
18
}
19
}