You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is struct not a hard scope?
```jl
julia> b = 1
struct Tester
tester
Tester(tester) = new(tester)
b = 2
Tester() = new(b)
end
b
1
```
(cherry picked from commit 522624c)
0 commit comments