Files
2020-09-02 11:16:17 +03:00

9 lines
85 B
Kotlin

interface A
interface X : A
interface Y : A
interface F : Y, X
interface G : Y, X