Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-178.cs
1 public interface Foo
2 {
3         T Test<T> ()
4                 where T : class;
5 }
6
7 class X
8 {
9         public static void Main ()
10         { }
11 }