Add setting of The WRAP flag in the Wrap property's set method.
[mono.git] / mcs / tests / gen-15.cs
1 class Stack<S>
2 {
3         public static void Hello<T,U> (S s, T t, U u)
4         {
5                 U v = u;
6         }
7 }
8
9 class X
10 {
11         static void Main ()
12         {
13         }
14 }