`shortdef` adds redundant block
- Dominant language
- Julia
- Stars
- 320
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
```julia
julia> ex = :(f(x,y) = x+y) |> striplines;
julia> for i=1:10
global ex = @> ex longdef shortdef
end
julia> ex
:(f(x, y) = begin
begin
begin
begin
begin
begin
begin
begin
begin
begin
begin
x + y
end
end
end
end
end
end
end
end
end
end
end)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.