[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-479.cs
blob638e2fa29e0eee4f3eedb137ff5d5cde8dcd4a8d
1 namespace Test{
2 public partial class Test{
3 public override bool Equals(object obj){
4 return true;
5 }
7 public override int GetHashCode(){
8 return 1;
10 public static void Main () {}