ce3492f270
#KT-6393 Fixed
4 lines
77 B
Kotlin
4 lines
77 B
Kotlin
public trait Comparator<T> {
|
|
public fun compare(var1: T, var2: T): Int
|
|
}
|