```lua local function f<T...>(...: T...) end f<<number>>(10) f<<(number)>>(10) ``` The former is a type error, the latter is not. However, StyLua will format the latter into the former.