self.mutationStore[mutationId] = (
{
lolz = foreva,
variables = variables,
} :: any
) :: MutationStoreValue
when I use this commandline on main:
cargo run --release --features=luau -- --column-width 107 -c ll.lua
the formatting correctly retains the parens around the :: any phrase.
I use change the column-width to 106, it reomved the parens around the :: any phrase, resulting in wrong-code.