object: Comparable { override fun compareTo(other: String): Int { return 0 } } // REPL_MODE: true