414f98aa29
^KT-27963 Fixed
7 lines
147 B
Kotlin
Vendored
7 lines
147 B
Kotlin
Vendored
<lineMarker>object</lineMarker>: Comparable<String> {
|
|
override fun compareTo(other: String): Int {
|
|
return 0
|
|
}
|
|
}
|
|
|
|
// REPL_MODE: true |