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

4 lines
64 B
Plaintext

open class IIterable<out T> {
fun iterator() : IIterator<T>
}