Files
kotlin-fork/idea/testData/psi/examples/util/IComparable.jet
T
2011-01-20 19:28:36 +03:00

3 lines
68 B
Plaintext

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