Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[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 }