Files
kotlin-fork/compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.txt
T
Evgeny Gerashchenko 6ab081d969 Regenerated test data.
2012-12-27 20:46:58 +04:00

7 lines
294 B
Plaintext

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