sort

fun <A : Comparable<A>> sort(a: A, b: A): <ERROR CLASS><A, A>
fun <A : Comparable<A>> sort(a: A, b: A, c: A): <ERROR CLASS><A, A, A>
fun <A : Comparable<A>> sort(a: A, vararg aas: A): List<A>
fun <A> sort(a: A, b: A, comparator: <ERROR CLASS><A>): <ERROR CLASS><A, A>
fun <A> sort(a: A, b: A, c: A, comparator: <ERROR CLASS><A>): <ERROR CLASS><A, A, A>
fun <A> sort(a: A, vararg aas: A, comparator: <ERROR CLASS><A>): List<A>
fun sort(a: Byte, b: Byte): <ERROR CLASS><Byte, Byte>
fun sort(a: Byte, b: Byte, c: Byte): <ERROR CLASS><Byte, Byte, Byte>
fun sort(a: Byte, vararg aas: Byte): List<Byte>
fun sort(a: Short, b: Short): <ERROR CLASS><Short, Short>
fun sort(a: Short, b: Short, c: Short): <ERROR CLASS><Short, Short, Short>
fun sort(a: Short, vararg aas: Short): List<Short>
fun sort(a: Int, b: Int): <ERROR CLASS><Int, Int>
fun sort(a: Int, b: Int, c: Int): <ERROR CLASS><Int, Int, Int>
fun sort(a: Int, vararg aas: Int): List<Int>
fun sort(a: Long, b: Long): <ERROR CLASS><Long, Long>
fun sort(a: Long, b: Long, c: Long): <ERROR CLASS><Long, Long, Long>
fun sort(a: Long, vararg aas: Long): List<Long>