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