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
function test:check()
if some == 1 then
self:call(funA:create(funB(1),
funC(
function()
if self.m_class == nil then
self.m_class = classA.new(
{
a = 1,
b = 2,
c = 3
}):addTo(self)
else
self.funD()
end
end)))
else
self:funE()
end
end
The text was updated successfully, but these errors were encountered:
function test:check()
if some == 1 then
self:call(funA:create(funB(1),
funC(
function()
if self.m_class == nil then
self.m_class = classA.new(
{
a = 1,
b = 2,
c = 3
}):addTo(self)
else
self.funD()
end
end)))
else
self:funE()
end
end
The text was updated successfully, but these errors were encountered: