-
-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
类似 #1260 ,也是最近出现的问题。
可以复现问题的代码:
N = {
p = {nil,9}
}
function N:TestBug()
local a = math.random(99)
if a > 88 then
return self.p[a]
end
return nil
end
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working