aee49255074fd4ef38d97e6e70cbfbf2f9fd0fa7 turns array names such as `int [1]` into `int[1]` (without the space). This probably breaks some user formatters, but let's first get this test running while this is being discussed.
aee49255074fd4ef38d97e6e70cbfbf2f9fd0fa7 turns array names such as `int [1]` into `int[1]` (without the space). This probably breaks some user formatters, but let's first get this test running while this is being discussed.