[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-178.cs
blob8b2e05dff4a865447de7edd02cc40e4c4dff6eb2
1 public interface Foo
3 T Test<T> ()
4 where T : class;
7 class X
9 public static void Main ()
10 { }