luau
luau copied to clipboard
string.match + --!strict
local key: string, value: string = string.match("", "") :: string, string
--Type Error: (7,1) Type 'typeof(string)' could not be converted into 'string'
Is it an issue with my code?