Files
kotlin-fork/compiler/testData/psi/examples/collections/IMutableIterable.jet
T
2011-10-20 16:21:18 +02:00

3 lines
99 B
Plaintext

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