Files
kotlin/compiler/testData/codegen/bytecodeListing/noCollectionStubMethodsInInterface.kt
2016-06-24 16:37:19 +03:00

3 lines
56 B
Kotlin
Vendored

interface A<E> : Collection<E>
interface B<E> : List<E>