You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code gives the type error Consider placing the following annotations on the arguments: x: number or instead annotating the return as number on the function expression passed in the call to map.
Luau should infer x to be number without an annotation.