Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / test-partial-13.cs
blob1cc0ef6bed716e728daf3f8e74dea7baa0f831ad
1 namespace Test{
2 public partial class Test{
3 public override bool Equals(object obj){
4 return true;
5 }
7 public partial class Test{
8 public override int GetHashCode(){
9 return 1;
11 public static void Main () {}