ITADN

Unexpected value from prefix ++ in some situations

#1409ClosedSainan 创建于 2026-01-01
bug
S
Sainancommented
e.g., here the call to `type` receives a non-number value: ```lua local a = 1 local function f() assert(type(++a) == "number") end f() ```
关闭于 2026-01-20 0 条评论