luau icon indicating copy to clipboard operation
luau copied to clipboard

Setting a key to nil in a table errors in the new solver

Open gaymeowing opened this issue 1 year ago • 0 comments

local tbl= {} :: { [string]: boolean }
tbl.meow = true
tbl.meow = nil -- TypeError: Type 'nil' could not be converted into 'boolean'

gaymeowing avatar May 24 '24 14:05 gaymeowing