Add setting of The WRAP flag in the Wrap property's set method.
[mono.git] / mcs / tests / gen-13-dll.cs
1 public class Stack<S>
2 {
3         public void Hello (S s)
4         { }
5 }