* CheckBox.cs: Do not change the status of a checkbox when there
[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 }