Closed Antriel closed 1 year ago
Not sure when this started happening, but it used to work ~2 years ago.
Input file
enum Foo<Child> { Bar<T>(options : Array<T>); }
Broken output
enum Foo<Child> { Bar<T> (options : Array<T>); }
Expected output No change.
Not sure when this started happening, but it used to work ~2 years ago.
Input file
Broken output
Expected output No change.