repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
test-479.cs
blob
71d7b7609a14ae877d070e2201d8a17e8da93c68
1
namespace
Test
{
2
public partial class
Test
{
3
public override bool
Equals
(
object
obj
){
4
return true
;
5
}
6
7
public override int
GetHashCode
(){
8
return
1
;
9
}
10
static void
Main
() {}
11
}
12
}