Properly calculate maxUsedValue

This commit is contained in:
Michael Bogdanov
2016-04-19 14:57:35 +03:00
parent dfabad324b
commit 286da1fc5f
3 changed files with 12 additions and 5 deletions
@@ -123,4 +123,4 @@ object SMAPTestUtil {
}
val RangeMapping.toRange: IntRange
get() = this.dest..this.dest + this.range - 1
get() = this.dest..this.maxDest