e051251b27
#KT-35133 Fixed
7 lines
227 B
Plaintext
Vendored
7 lines
227 B
Plaintext
Vendored
public abstract interface Comparator<T> : R|kotlin/Any| {
|
|
public abstract fun compare(o1: R|ft<T, T?>!|, o2: R|ft<T, T?>!|): R|kotlin/Int|
|
|
|
|
public abstract operator fun equals(obj: R|kotlin/Any?|): R|kotlin/Boolean|
|
|
|
|
}
|