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

4 lines
112 B
Plaintext

open class IList<out T> : IIterable<T>, ISized {
[operator] fun get(index : Int) : T
val isEmpty : Boolean
}