linux-packaging-mono/mcs/tests/gtest-504-lib.cs

5 lines
128 B
C#
Raw Normal View History

// Compiler options: -t:library
public class A<TB, TC> where TC : A<TB, TC> { }
public class B<TC> where TC : A<B<TC>, TC> { }