6 lines
59 B
Kotlin
Vendored
6 lines
59 B
Kotlin
Vendored
interface A
|
|
interface B
|
|
|
|
class C<T> where T : A, T : B {
|
|
|
|
} |