Open funwolf7 opened 1 week ago
When calling debug.info and assigning the result to a variable, the type error Type pack '...any' could not be converted into 'a...' is raised. Only happens in the new solver.
debug.info
Type pack '...any' could not be converted into 'a...'
--!strict local f = debug.info(1, "f")
When calling
debug.info
and assigning the result to a variable, the type errorType pack '...any' could not be converted into 'a...'
is raised. Only happens in the new solver.