Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fun
/
PropagateSubclassOfComparable.kt
blob: bc4a5575181e33d8c9c19f4c7b9a06c92a170cfe [
file
] [
log
] [
blame
]
package
test
class
PropagateSubclassOfComparable
():
Comparable
<
PropagateSubclassOfComparable
>
{
override
fun compareTo
(
other
:
PropagateSubclassOfComparable
):
Int
=
throw
IllegalStateException
()
}