luau
luau copied to clipboard
Setting a key to nil in a table errors in the new solver
local tbl= {} :: { [string]: boolean }
tbl.meow = true
tbl.meow = nil -- TypeError: Type 'nil' could not be converted into 'boolean'