- Removed unreachable code
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-02 15:01:57 +02:00
parent 9472cb96d4
commit 365d15d81f
1 changed files with 0 additions and 2 deletions

View File

@ -740,8 +740,6 @@ if(isSector!(SectorType)())
thunk += sector.opDollar();
}
}
throw new ArrayIndexError(idx, this.length);
}
public T[] opSlice()