7 lines
54 B
Plaintext
Vendored
7 lines
54 B
Plaintext
Vendored
interface A
|
|
|
|
interface B
|
|
|
|
class C<T : A> where T : B
|
|
|