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

3 lines
65 B
Plaintext

open class IComparable<in T> {
fun compareTo(other : T) : Int
}