mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
296 B
Plaintext
Vendored
7 lines
296 B
Plaintext
Vendored
package test
|
|
|
|
public final class PropagateSubclassOfComparable : kotlin.Comparable<test.PropagateSubclassOfComparable> {
|
|
/*primary*/ public constructor PropagateSubclassOfComparable()
|
|
public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): kotlin.Int
|
|
}
|