2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-565.cs
blob2f2ac9afefe9b5564a46aa480e025d89f39e3596
1 // Compiler options: -warn:4 -warnaserror
3 class T
5 public new bool Equals (object obj)
7 return true;
10 public static void Main ()
11 { }