Closed
Description
let
struct a end
a(b) = a()
end
gives
ERROR: syntax: Slot objects should not occur in an AST
Reported in https://discourse.julialang.org/t/outer-constructor-in-testset/25318.
let
struct a end
a(b) = a()
end
gives
ERROR: syntax: Slot objects should not occur in an AST
Reported in https://discourse.julialang.org/t/outer-constructor-in-testset/25318.