Files
kotlin-fork/compiler/testData/psi/examples/util/IComparable.kt
T
2013-09-17 18:10:00 +04:00

3 lines
65 B
Kotlin
Vendored

open class IComparable<in T> {
fun compareTo(other : T) : Int
}