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

4 lines
81 B
Kotlin
Vendored

open class ISet<T> : IIterable<T>, ISized {
fun contains(item : T) : Boolean
}