Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/fun/PropagateSubclassOfComparable.txt
T
2020-03-19 09:51:01 +03:00

7 lines
278 B
Plaintext
Vendored

public final class PropagateSubclassOfComparable : R|kotlin/Comparable<test/PropagateSubclassOfComparable>| {
public open operator fun compareTo(other: R|test/PropagateSubclassOfComparable|): R|kotlin/Int|
public constructor(): R|test/PropagateSubclassOfComparable|
}