Skip to content

Commit 47a2359

Browse files
committed
setarray lhs can be anything
1 parent fc61f84 commit 47a2359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ end
262262

263263
@matchable struct SetArray
264264
inbounds::Bool
265-
arr::Sym
265+
arr
266266
elems # Either iterator of Pairs or just an iterator
267267
end
268268

0 commit comments

Comments
 (0)