Files
kotlin-fork/idea/testData/psi/examples/util/IComparable.jet
T
2011-01-02 21:26:50 +03:00

3 lines
70 B
Plaintext

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