Files
linux-packaging-mono/mcs/tests/gtest-357.cs

15 lines
135 B
C#
Raw Normal View History

class C <T> where T : new ()
{
}
class D <U> : C<U> where U : struct
{
}
class X
{
public static void Main ()
{
}
}