// FIR_IDENTICAL class A(t : Int) : Comparable { var i = t override fun compareTo(other : A) = (this.i - other.i) }