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

4 lines
64 B
Kotlin
Vendored

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