mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
As it's done in FE 1.0, and there are subtle semantics in the language that depends on it
5 lines
180 B
Plaintext
Vendored
5 lines
180 B
Plaintext
Vendored
public abstract interface Comparator<T : R|ft<kotlin/Any, kotlin/Any?>!|> : R|kotlin/Any| {
|
|
public abstract fun compare(o1: R|ft<T, T?>!|, o2: R|ft<T, T?>!|): R|kotlin/Int|
|
|
|
|
}
|