Fix compilation.
This commit is contained in:
parent
a4984d52d7
commit
b556519e15
@ -63,7 +63,7 @@ case class SDIndexWrapper(end: Long) {
|
|||||||
case class SDIndexWrapper1(start: Int) {
|
case class SDIndexWrapper1(start: Int) {
|
||||||
|
|
||||||
def ::(end: Int): SDIndex =
|
def ::(end: Int): SDIndex =
|
||||||
SDIndex.interval(start, end)
|
SDIndex.interval(start.toLong, end.toLong)
|
||||||
}
|
}
|
||||||
|
|
||||||
object --- extends SDIndex {
|
object --- extends SDIndex {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user