Skip to content

Commit 41c607f

Browse files
committed
Add InitResolver branch for ArrayViewRankChangeArr
Signed-off-by: Anna Rift <[email protected]>
1 parent aab604c commit 41c607f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/lib/resolution/InitResolver.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,9 @@ static const ArrayType* arrayTypeFromSubsHelper(
438438
instanceBct->id().symbolPath() ==
439439
"ArrayViewReindex.ArrayViewReindexArr" ||
440440
instanceBct->id().symbolPath() ==
441-
"ArrayViewSlice.ArrayViewSliceArr") {
441+
"ArrayViewSlice.ArrayViewSliceArr" ||
442+
instanceBct->id().symbolPath() ==
443+
"ArrayViewRankChange.ArrayViewRankChangeArr") {
442444
auto [domInstanceQt] = extractFields(rc, instanceBct, "dom");
443445
auto domain = domainTypeFromInstance(rc, domInstanceQt);
444446
CHPL_ASSERT(domain);

0 commit comments

Comments
 (0)