interface ConcreteInheritsToString : NonConcreteWithToString |
|
interface ConcreteOverridesToString : NonConcreteWithToString |
|
interface MethodWithGenericFunctionArg<T : Any> |
|
interface MethodWithReadStreamArg<T : Any> |
|
interface NonConcreteWithToString |
|
interface ReadStreamExt<I : Any, U : Any> : ReadStream<U>
We just want to check it compiles fine. |