Add Mono.Runtime::GetNativeStackTrace method to make the new backtracing facility...
[mono-project.git] / mcs / tests / gtest-252.cs
blobddfb29f932fca24863f263c46c85a3f3c010d6fe
1 using System;
3 public static class EqualityComparer<T>
5 readonly static Type sequencedequalityComparer = typeof (SequencedEqualityComparer<,>);
7 public static void Test ()
8 { }
11 public class SequencedEqualityComparer<T,W>
12 { }
14 class X
16 static void Main ()
18 EqualityComparer<int>.Test ();