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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-359.cs
blob
6f20d5bda97d03c8250f690a544d1085e351dbf1
1
partial interface
B
{
2
void
foo
();
3
}
4
5
partial interface
B
{
6
void
faa
();
7
}
8
9
public class
Test
10
{
11
public static void
Main
()
12
{
13
}
14
}