You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localfunctionfreeze <T>(v: T): Tiftype(v) ~="table" thenreturnvend-- typeof(v) is T & tableifnottable.isfrozen(v) then-- Operator 'not' could not be applied to type *blocked-xxxxx*table.freeze(v)
endreturnvend
im only really reporting this because its a blocked type so that definitely means some bug happened somewhere
i saw this when going over script analysis in my place
The text was updated successfully, but these errors were encountered:
im only really reporting this because its a blocked type so that definitely means some bug happened somewhere
i saw this when going over script analysis in my place
The text was updated successfully, but these errors were encountered: