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-13.cs
blob
1cc0ef6bed716e728daf3f8e74dea7baa0f831ad
1
namespace
Test
{
2
public partial class
Test
{
3
public override bool
Equals
(
object
obj
){
4
return true
;
5
}
6
}
7
public partial class
Test
{
8
public override int
GetHashCode
(){
9
return
1
;
10
}
11
public static void
Main
() {}
12
}
13
}