blob: 1ce3f600ea60d16f66c2228773569e0f936826cf [file]
open class IComparable<in T> {
fun compareTo(other : T) : Int
}