autoformat icon indicating copy to clipboard operation
autoformat copied to clipboard

Types are not parenthesized correctly

Open HarrisonGrodin opened this issue 5 years ago • 0 comments

int * (string * bool) formats to int * string * bool.

HarrisonGrodin avatar Aug 12 '20 22:08 HarrisonGrodin