julia
522624c3 - docs: fix scope type of a `struct` to hard (#56755)

Commit
1 year ago
docs: fix scope type of a `struct` to hard (#56755) 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 ```
Author
Parents
Loading