crystal
crystal copied to clipboard
Disallow `foo.bar(&block) do end`
foo.bar(&block) and foo.bar do end are valid, but not foo.bar(&block) do end
Oh wait, #14326 already exists
What's the difference between #14326 and this?