Merged into single file, added assertions
[mono.git] / mcs / tests / test-479.cs
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 }