Files
kotlin/compiler/testData/loadJava/compiledKotlin/fun/PropagateSubclassOfComparable.txt
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

7 lines
298 B
Plaintext

package test
internal final class PropagateSubclassOfComparable : kotlin.Comparable<test.PropagateSubclassOfComparable> {
/*primary*/ public constructor PropagateSubclassOfComparable()
public open override /*1*/ fun compareTo(/*0*/ other: test.PropagateSubclassOfComparable): kotlin.Int
}