Files
kotlin-fork/compiler/testData/loadKotlin/fun/PropagateSubclassOfComparable.txt
T
Evgeny Gerashchenko b8eb0c84ff Added 'synthetic' flag for bridge method.
#KT-3155 fixed
2012-12-13 14:36:41 +04:00

7 lines
314 B
Plaintext

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