4 lines
69 B
Kotlin
Vendored
4 lines
69 B
Kotlin
Vendored
package test
|
|
|
|
abstract class Mine<T>() : java.util.AbstractList<T>()
|