repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
test-565.cs
blob
2f2ac9afefe9b5564a46aa480e025d89f39e3596
1
// Compiler options: -warn:4 -warnaserror
2
3
class
T
4
{
5
public new bool
Equals
(
object
obj
)
6
{
7
return true
;
8
}
9
10
public static void
Main
()
11
{ }
12
}