Skip to content

Commit 229c22b

Browse files
committed
purgeSlices requires a readonly Context only
1 parent 20780fe commit 229c22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skiplang/prelude/src/skstore/EagerDir.sk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ class EagerDir protected {
18321832
}
18331833

18341834
private fun purgeSlices(
1835-
context: mutable Context,
1835+
context: readonly Context,
18361836
): RangeMapList<Key, DirName> {
18371837
slices = RangeMapList[];
18381838
childDirs = SortedSet[];

0 commit comments

Comments
 (0)