Files
kotlin/compiler/testData/loadJava/compiledKotlin/fun/PropagateSubclassOfComparable.txt
2015-09-08 02:04:32 +03:00

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
}