Files
2024-02-08 12:43:48 +00:00

4 lines
81 B
Kotlin
Vendored

abstract class A<T1, T2>
interface I<T>
object Foo : A<Int, String>(), I<String>