Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
t#
  • Loading branch information
hishamhm committed Nov 3, 2023
1 parent e1c797e commit f10b444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tl.tl
Original file line number Diff line number Diff line change
Expand Up @@ -7081,6 +7081,7 @@ tl.type_check = function(ast: Node, opts: TypeCheckOptions): Result, string
end
local t1r = resolve_tuple_and_nominal(t1)
local t2r = resolve_tuple_and_nominal(t2)

if is_record_type(t1r) and is_record_type(t2r) then
return same, err
else
Expand Down

0 comments on commit f10b444

Please sign in to comment.