Files
kotlin-fork/compiler/testData/psi/examples/collections/IMutableIterable.kt
T
2013-09-17 18:10:00 +04:00

3 lines
99 B
Kotlin
Vendored

open class IMutableIterable<out T> : IIterable<T> {
fun mutableIterator() : IMutableIterator<T>
}