```lua type Foo = ( a: X & -- test Y ) -> string type Foo = () -> X & -- test Y ```` ... gets formatted as ... ```lua type Foo = ( a: X & -- test Y ) -> string type Foo = () -> X & -- test Y ```