[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / 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 { }