Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
psi
/
examples
/
util
/
IComparable.kt
blob: 1ce3f600ea60d16f66c2228773569e0f936826cf [
file
]
open
class
IComparable
<
in
T
>
{
fun compareTo
(
other
:
T
)
:
Int
}