Tidying up
This commit is contained in:
parent
35835997bb
commit
c7483d92b7
@ -410,7 +410,7 @@ external:
|
|||||||
lua> ("
|
lua> ("
|
||||||
local class = getmetatable(\$)
|
local class = getmetatable(\$)
|
||||||
::check_parent::
|
::check_parent::
|
||||||
if not class or not class.__type then return 'a '..lua_type:capitalized() == \$type end
|
if not class or not class.__type then return 'a '..\(lua type of $):capitalized() == \$type end
|
||||||
if class.__type == \$type then return true end
|
if class.__type == \$type then return true end
|
||||||
local class_mt = getmetatable(class)
|
local class_mt = getmetatable(class)
|
||||||
if class_mt.__index and class_mt.__index ~= class then
|
if class_mt.__index and class_mt.__index ~= class then
|
||||||
|
Loading…
Reference in New Issue
Block a user