Add setting of The WRAP flag in the Wrap property's set method.
[mono.git] / mcs / tests / gen-13-exe.cs
1 public class X
2 {
3         Stack<int> stack;
4
5         void Test ()
6         {
7                 stack.Hello (3);
8         }
9
10         static void Main ()
11         { }
12 }