4 lines
51 B
Plaintext
Vendored
4 lines
51 B
Plaintext
Vendored
interface A
|
|
interface B
|
|
class C<T : A> where T : B
|