dlr bug
[mcs.git] / tests / gtest-235-lib.cs
blobb034d9862b01bb257816fa9d458b79bc2b618e38
1 // Compiler options: /t:library
2 using System;
4 public class MyList<T>
5 {
6 public void AddAll<U> ()
7 where U : T