in src/main/kotlin/org/jetbrains/objcdiff/parsers/isInRange.kt [7:10]
fun isInRangeOrError(source: String, pointer: Int): Boolean { if (pointer <= source.length - 1) return true error("Outside of range") }