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

View File

@ -706,8 +706,6 @@ if(isSector!(SectorType)())
thunk += sector.opDollar();
}
}
throw new ArrayIndexError(idx, this.length);
}
public void opIndexAssign(T value, size_t idx)