We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b089101 commit b16b6d0Copy full SHA for b16b6d0
test/test_references.jl
@@ -54,5 +54,7 @@ run(m)
54
55
# test `update_param!` for references
56
refA[:p1] = 10
57
+run(m)
58
+@test m[:foo, :p1] == 10
59
60
end
0 commit comments