Files
kotlin-fork/idea/testData/scratch/lineMarker/object.kts
T
Natalia Selezneva 414f98aa29 Implement REPL Mode for scratches
^KT-27963 Fixed
2019-06-19 11:29:14 +03:00

7 lines
147 B
Kotlin
Vendored

<lineMarker>object</lineMarker>: Comparable<String> {
override fun compareTo(other: String): Int {
return 0
}
}
// REPL_MODE: true