luau icon indicating copy to clipboard operation
luau copied to clipboard

string.match + --!strict

Open 0x13479 opened this issue 1 year ago • 0 comments

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?

0x13479 avatar Sep 28 '24 15:09 0x13479